tangled
alpha
login
or
join now
frontpage.fyi
/
frontpage
21
fork
atom
AT-based link agregator. Mirror of https://github.com/likeandscribe/frontpage
21
fork
atom
overview
issues
pulls
pipelines
Replace hardcoded nsid
tom.sherman.is
4 months ago
348e9ecf
091b99b4
verified
This commit was signed with the committer's
known signature
.
tom.sherman.is
SSH Key Fingerprint:
SHA256:s683B2DU0yXjYHmKfzMF5t1GryE92wn75ZgRoLJ76HY=
+1
-1
1 changed file
expand all
collapse all
unified
split
packages
frontpage
lib
data
atproto
event.ts
+1
-1
packages/frontpage/lib/data/atproto/event.ts
···
8
8
export const Collection = z.union([
9
9
z.literal(nsids.FyiUnravelFrontpagePost),
10
10
z.literal(nsids.FyiUnravelFrontpageComment),
11
11
-
z.literal("fyi.unravel.frontpage.vote"),
11
11
+
z.literal(nsids.FyiUnravelFrontpageVote),
12
12
]);
13
13
14
14
const Path = z.string().transform((p, ctx) => {