The Daily Psyop

Where Skepticism Meets Insight

NewsUncategorized

❗️According to sources who spoke to Al-Akhbar UN Special Representative for Iraq, Mohammed Al-Hassan, visited Iraqi cleric Ayatollah Ali Sistani, to request him to issue a fatwa (an Islamic legal ruling) to dismantle the PMU. Sistani… – The Cradle

 ❗️According to sources who spoke to Al-Akhbar UN Special Representative for Iraq, Mohammed Al-Hassan, visited Iraqi cleric Ayatollah Ali Sistani, to request him to issue a fatwa (an Islamic legal ruling) to dismantle the PMU. Sistani reportedly refused to receive him.

The Iraqi government has received multiple requests from international and regional parties to dissolve the Popular Mobilization Units (PMU) and hand over their weapons to the state.

The PMU have said that they will not disarm until the complete withdrawal of US forces from Iraqi soil.

In the aftermath of Operation Al-Aqsa Flood, the PMU participated in operations against Israeli and US military targets, under the name of the Islamic Resistance in Iraq.

The PMU was formed in 2014 after the Iraqi cleric Ayatollah Ali Sistani issued a fatwa calling on Iraqis to volunteer alongside the Iraqi army against ISIS militants who had taken over nearly the entire country and were projected to take Baghdad if left unhindered.


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"; } }); });