a tool for shared writing and social publishing
0
fork

Configure Feed

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

fix types

+3 -1
+3 -1
lexicons/src/normalize.ts
··· 219 219 bskyPostRef: record.postRef, 220 220 content, 221 221 theme: record.theme, 222 - preferences: leafletPrefs, 222 + preferences: leafletPrefs 223 + ? { ...leafletPrefs, $type: "site.standard.publication#preferences" as const } 224 + : undefined, 223 225 }; 224 226 } 225 227