mirror of
https://github.com/tooot-app/app
synced 2025-01-31 10:44:58 +01:00
Fix #654
This commit is contained in:
parent
a37f66d080
commit
2a19e1fc2a
@ -20,7 +20,7 @@ const assignVisibility = (
|
||||
return { visibility: 'unlisted', visibilityLock: false }
|
||||
}
|
||||
case 'public':
|
||||
switch (preferences) {
|
||||
switch (preferences?.['posting:default:visibility']) {
|
||||
case 'private':
|
||||
return { visibility: 'private', visibilityLock: false }
|
||||
case 'unlisted':
|
||||
|
Loading…
x
Reference in New Issue
Block a user