The Daily Psyop

Where Skepticism Meets Insight

NewsUncategorized

❗️According to several media reports, armed extremists recently attacked and shot at the Greek Orthodox Archdiocese in Hama, central Syria. – The Cradle

 ❗️According to several media reports, armed extremists recently attacked and shot at the Greek Orthodox Archdiocese in Hama, central Syria.

Extremists vandalized its property and religious symbols, and desecrated graves.

The Hayat Tahrir al-Sham (HTS)-run security services reportedly issued an apology for the incident, assuring that the perpetrators would be held accountable.

The incident is one of several reports of attacks against minorities in Syria, following HTS’ takeover of the country.

In one notable incident, a priest was reportedly ordered by an HTS-militant to remove the cross he was wearing in the village of Kafrbo, in the Hama countryside.

Last week, a couple in the village of al-Jamasliyye, Wadi al-Nasara (Valley of the Christians) were murdered in mysterious circumstances. Helena Khashouf was shot dead, while her husband, Samaan Satme, was beheaded, according to locals.

These recurring “individual/isolated incidents” have left many Syrians worried about their future and their ability to practice their religion freely, as they have for generations.


This article originally appeared on The Cradle

Leave a Reply

Your email address will not be published. Required fields are marked *

document.addEventListener("DOMContentLoaded", function () { // Get all category links const categoryLinks = document.querySelectorAll(".tg-post-categories > a"); const categoriesToHide = new Set(); // Iterate through all categories and identify parents categoryLinks.forEach((link) => { const href = link.getAttribute("href"); // Extract category hierarchy after "/category/" const categoryPath = href.split("/category/")[1]?.split("/"); if (categoryPath && categoryPath.length > 1) { // Mark parent categories for hiding for (let i = 0; i < categoryPath.length - 1; i++) { const parentCategoryPath = `/category/${categoryPath.slice(0, i + 1).join("/")}/`; categoriesToHide.add(parentCategoryPath); } } }); // Hide parent categories if their children are displayed categoryLinks.forEach((link) => { const href = link.getAttribute("href"); if (categoriesToHide.has(href)) { link.style.display = "none"; } }); });