rework boost visibility #388
* only show allowed visibilities * "local only" is a switch notice that the backend will limit the visibility, too
This commit is contained in:
parent
be36a793cd
commit
aa72db76c4
9 changed files with 118 additions and 298 deletions
|
|
@ -159,7 +159,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
},
|
||||
visibilityOnBoost: {
|
||||
where: 'account',
|
||||
default: 'public' as 'public' | 'home' | 'followers' | 'local',
|
||||
default: 'public' as 'public' | 'home' | 'followers',
|
||||
},
|
||||
|
||||
menu: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue