tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
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
bskyPostRef: record.postRef,
220
content,
221
theme: record.theme,
222
-
preferences: leafletPrefs,
0
0
223
};
224
}
225
···
219
bskyPostRef: record.postRef,
220
content,
221
theme: record.theme,
222
+
preferences: leafletPrefs
223
+
? { ...leafletPrefs, $type: "site.standard.publication#preferences" as const }
224
+
: undefined,
225
};
226
}
227