mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +01:00
Move local between Public and Unlisted
This commit is contained in:
parent
109a519d14
commit
9a72975aaf
1 changed files with 5 additions and 5 deletions
|
@ -1169,6 +1169,11 @@ function Compose({
|
|||
<option value="public">
|
||||
<Trans>Public</Trans>
|
||||
</option>
|
||||
{supports('@pleroma/local-visibility-post') &&
|
||||
<option value="local">
|
||||
<Trans>Local instance</Trans>
|
||||
</option>
|
||||
}
|
||||
<option value="unlisted">
|
||||
<Trans>Unlisted</Trans>
|
||||
</option>
|
||||
|
@ -1178,11 +1183,6 @@ function Compose({
|
|||
<option value="direct">
|
||||
<Trans>Private mention</Trans>
|
||||
</option>
|
||||
{supports('@pleroma/local-visibility-post') &&
|
||||
<option value="local">
|
||||
<Trans>Local instance</Trans>
|
||||
</option>
|
||||
}
|
||||
</select>
|
||||
</label>{' '}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue