tangled
alpha
login
or
join now
daniela.lol
/
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 content language default to no language
daniela.lol
1 month ago
0ee55807
26f29b47
verified
This commit was signed with the committer's
known signature
.
daniela.lol
SSH Key Fingerprint:
SHA256:hDZNP/SivA4B+nXJfcGRZnWjV0crLCjKVF2oVJiZcUI=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
state
persisted
schema.ts
+1
-1
src/state/persisted/schema.ts
···
207
207
},
208
208
languagePrefs: {
209
209
primaryLanguage: deviceLanguageCodes[0] || 'en',
210
210
-
contentLanguages: deviceLanguageCodes || [],
210
210
+
contentLanguages: [],
211
211
postLanguage: deviceLanguageCodes[0] || 'en',
212
212
postLanguageHistory: (deviceLanguageCodes || [])
213
213
.concat(['en', 'ja', 'pt', 'de'])