tangled
alpha
login
or
join now
robinwobin.dev
/
witchsky.app
forked from
jollywhoppers.com/witchsky.app
0
fork
atom
Bluesky app fork with some witchin' additions 💫
0
fork
atom
overview
issues
pulls
pipelines
Change defaults
xan.lol
4 months ago
e67c36b0
b2863fd6
verified
This commit was signed with the committer's
known signature
.
xan.lol
SSH Key Fingerprint:
SHA256:7Zs+dcly5YqxBg7v8XsE1uPMYCobHKBw7CDiNxpmSrY=
+5
-4
1 changed file
expand all
collapse all
unified
split
src
state
persisted
schema.ts
+5
-4
src/state/persisted/schema.ts
···
106
106
appleMusic: z.enum(externalEmbedOptions).optional(),
107
107
soundcloud: z.enum(externalEmbedOptions).optional(),
108
108
flickr: z.enum(externalEmbedOptions).optional(),
109
109
+
streamplace: z.enum(externalEmbedOptions).optional(),
109
110
})
110
111
.optional(),
111
112
invites: z.object({
···
182
183
deviceLanguageCodes[0],
183
184
]),
184
185
},
185
185
-
requireAltTextEnabled: false,
186
186
-
largeAltBadgeEnabled: false,
186
186
+
requireAltTextEnabled: true,
187
187
+
largeAltBadgeEnabled: true,
187
188
externalEmbeds: {},
188
189
mutedThreads: [],
189
190
invites: {
···
207
208
// deer
208
209
goLinksEnabled: true,
209
210
constellationEnabled: false,
210
210
-
directFetchRecords: false,
211
211
+
directFetchRecords: true,
211
212
noAppLabelers: false,
212
213
noDiscoverFallback: false,
213
214
repostCarouselEnabled: false,
214
215
constellationInstance: 'https://constellation.microcosm.blue/',
215
215
-
showLinkInHandle: false,
216
216
+
showLinkInHandle: true,
216
217
hideFeedsPromoTab: false,
217
218
disableViaRepostNotification: false,
218
219
disableLikesMetrics: false,