This commit is contained in:
xmflsct 2023-01-12 21:04:50 +01:00
parent a37f66d080
commit 2a19e1fc2a
1 changed files with 1 additions and 1 deletions

View File

@ -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':