Saturday, June 28, 2025
28.7 C
Singapore

Muslims breaking Ramadhan fast in church goes viral

SARAWAK – A breaking of fast event hosted by St Joseph’s parish centre in Kuching, for Muslims breaking fast in the holy month of Ramadhan in the area, has gone viral.

According to another Facebook Facebook page S4S Ari Dayak, the event was held on Friday, 17 June 2016. The post has been shared about 10,000 times and has gone viral.
It has drawn applause from several Facebook users for the message of religious harmony and for its anti-racist message.

See also  London mayor defends decision to approve ‘obscene’ ‘Trump baby’ to fly in London during President’s official visit to city

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });