add "cohost-like" display mode, based off of 1df79a1f12 with a minor tweak

This commit is contained in:
notfire 2025-07-30 14:46:59 -04:00
commit 07d5b6073a
No known key found for this signature in database
16 changed files with 139 additions and 21 deletions

View file

@ -142,6 +142,7 @@ export const defaultState = {
postLanguage: undefined, // instance default,
supportedTranslationLanguages: {}, // instance default
userProfileDefaultTab: 'statuses',
timelineStyle: 'classic',
useBlurhash: true,
}