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:
dakkar 2024-02-16 12:24:35 +00:00
parent be36a793cd
commit aa72db76c4
9 changed files with 118 additions and 298 deletions

View file

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