A calm place to write long-form, and publish it to the open social web. skypress.blog/
0

Configure Feed

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

Point mentions-field comment at Decision 0019

+1 -1
+1 -1
src/lib/publish/records.ts
··· 140 140 blocks: BlockNode[]; 141 141 /** 142 142 * Optional flat list of accounts this document mentions, derived from the inline 143 - * `<a data-did>` anchors. Additive interop hint for other appviews (Decision 0013); 143 + * `<a data-did>` anchors. Additive interop hint for other appviews (Decision 0019); 144 144 * SkyPress's own reader resolves mentions from the anchors, not this field. 145 145 */ 146 146 mentions?: Array< { did: string; handle: string } >;