tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
288
fork
atom
a tool for shared writing and social publishing
288
fork
atom
overview
issues
27
pulls
pipelines
fix types
awarm.space
1 month ago
04578602
dbf7cf24
+3
-1
1 changed file
expand all
collapse all
unified
split
lexicons
src
normalize.ts
+3
-1
lexicons/src/normalize.ts
···
219
219
bskyPostRef: record.postRef,
220
220
content,
221
221
theme: record.theme,
222
222
-
preferences: leafletPrefs,
222
222
+
preferences: leafletPrefs
223
223
+
? { ...leafletPrefs, $type: "site.standard.publication#preferences" as const }
224
224
+
: undefined,
223
225
};
224
226
}
225
227