1
0
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:
Zhiyuan Zheng
2021-05-17 23:33:07 +02:00
parent fd1a6b3415
commit 2b838601d5
3 changed files with 53 additions and 32 deletions

View File

@ -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,