The Daily Psyop

Where Skepticism Meets Insight

NewsUncategorized

🇺🇸 Biden is now the 16th president in American history to become a Freemason. – Inessa S ️️

 🇺🇸 Biden is now the 16th president in American history to become a Freemason.

Parish Hall Freemasonry is a historically black sect of Freemasonry founded in 1775 by freed African slaves. Not entirely sure how Biden fits in, but nothing needs to make sense anymore.

He was reportedly accepted on Jan 19, one day before the end of the presidency, however joining the Freemasons as a Catholic forbids an individual from receiving communion, with the potential for excommunication – according to canon law of the Catholic Church.

The Freemasons are a secret fraternal society that offers fellowship to the men who join, which includes secret rituals and customs, according to Britannica.

Read the article: https://pnqk.me/3sug50

Subscribe@InessaS


READ FULL ARTICLE: This article originally appeared on Inessa S ️️

TheMcgwire

Found of The Daily Psyop. Passionate about Foreign Policy. Have been actively involved in Independent Media since 2019.

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