2
0
Fork 0

feat: Add "Default post language" option

Refs #386
This commit is contained in:
Serhii Tereshchenko 2024-04-20 16:07:03 +03:00
commit 042e8c78dc
7 changed files with 56 additions and 11 deletions

View file

@ -116,6 +116,7 @@ export const defaultState = {
conversationTreeFadeAncestors: undefined, // instance default
maxDepthInThread: undefined, // instance default
translationLanguage: undefined, // instance default,
postLanguage: undefined, // instance default,
supportedTranslationLanguages: {}, // instance default
userProfileDefaultTab: 'statuses',
useBlurhash: true,