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
|
|
@ -212,7 +212,6 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
<option value="public">{{ i18n.ts._visibility['public'] }}</option>
|
||||
<option value="home">{{ i18n.ts._visibility['home'] }}</option>
|
||||
<option value="followers">{{ i18n.ts._visibility['followers'] }}</option>
|
||||
<option value="local">{{ i18n.ts._timelines.local }}</option>
|
||||
</MkSelect>
|
||||
</div>
|
||||
</MkFolder>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue