a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

don't render empty list nodes

+4
+4
app/lish/[did]/[publication]/[rkey]/Interactions/Quotes.tsx
··· 236 236 ); 237 237 } 238 238 239 + if (!trimmedContent && !quotedChildren.length) { 240 + return; 241 + } 242 + 239 243 result.push({ 240 244 content: trimmedContent?.block || { $type: "null" }, 241 245 children: quotedChildren.length > 0 ? quotedChildren : undefined,