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 publish empty facets

+1 -1
+1 -1
actions/publishToPublication.ts
··· 333 333 $type: "pub.leaflet.richtext.facet#link", 334 334 uri: d.attributes.link.href, 335 335 }); 336 - facets.push(facet); 336 + if (facet.features.length > 0) facets.push(facet); 337 337 byteStart += unicodestring.length; 338 338 } 339 339 return facets;