mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Update account preferences should affect posting settings
This commit is contained in:
@ -31,7 +31,10 @@ const composeInitialState: Omit<ComposeState, 'timestamp'> = {
|
||||
multiple: false,
|
||||
expire: '86400'
|
||||
},
|
||||
attachments: { sensitive: false, uploads: [] },
|
||||
attachments: {
|
||||
sensitive: false,
|
||||
uploads: []
|
||||
},
|
||||
visibility: 'public',
|
||||
visibilityLock: false,
|
||||
replyToStatus: undefined,
|
||||
|
Reference in New Issue
Block a user