Index: src/routes/circle.js
===================================================================
--- src/routes/circle.js	(revision cf4cf27676b423c74ea0710c29e96dfec23d8f5d)
+++ src/routes/circle.js	(revision cb953439d2af4a1bddf4ce4a2027bca908fee2b1)
@@ -53,4 +53,6 @@
       pinned: 0,
       isBoost: !!r.boosted, // a post YOU boosted → render in the pinned style with a Boost badge
+      nsfw: r.nsfw ? 1 : 0, // remote sensitive post → blur in the Cirkel (post-card/tile)
+      content_warning: r.cw || '',
       status: 'published',
       source_name: name,
