Syria joins Russia in recognising Ukraine separatist republics

Russian President Vladimir Putin meets with Syrian President Bashar Assad at the Kremlin in Moscow on September 13, 2021 (AFP photo)

In 2018, Syria recognised South Ossetia, Abkhazia


DAMASCUS — Moscow ally Syria on Wednesday recognised the independence of eastern Ukraine's two separatist republics, making it the first state other than Russia to do so.

The breakaway states of Donetsk and Lugansk, whose independence Moscow recognised in February, are situated in the Donbas region at the centre of Russia's invasion and have escaped Kyiv's control since 2014.

"The Syrian Arab Republic has decided to recognise the independence and sovereignty of both the Lugansk People's Republic and the Donetsk People's Republic," a source at Syria's foreign ministry told the official SANA news agency.

"We will communicate with both countries to agree on frameworks for strengthening relations, including establishing diplomatic relations in accordance with established rules," the source said.

Earlier this month, Syrian President Bashar Assad met with a Russian delegation and representatives of the Donetsk republic.

During the meeting he said Damascus was ready to start political relations with Donetsk.

This is not the first time that the Syrian government, which since 2015 has been heavily backed by Russia in its own civil war, has supported Moscow's recognition of breakaway states.

In 2018, Syria recognised South Ossetia and Abkhazia as independent from the former Soviet state of Georgia, prompting Tbilisi to cut diplomatic ties.

Abkhazia and South Ossetia are internationally recognised as part of Georgia, which gained independence from the Soviet Union in 1991, but Russia and a handful of other countries recognise their independence.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });