mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +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">
|
<option value="public">
|
||||||
<Trans>Public</Trans>
|
<Trans>Public</Trans>
|
||||||
</option>
|
</option>
|
||||||
|
{supports('@pleroma/local-visibility-post') &&
|
||||||
|
<option value="local">
|
||||||
|
<Trans>Local instance</Trans>
|
||||||
|
</option>
|
||||||
|
}
|
||||||
<option value="unlisted">
|
<option value="unlisted">
|
||||||
<Trans>Unlisted</Trans>
|
<Trans>Unlisted</Trans>
|
||||||
</option>
|
</option>
|
||||||
|
@ -1178,11 +1183,6 @@ function Compose({
|
||||||
<option value="direct">
|
<option value="direct">
|
||||||
<Trans>Private mention</Trans>
|
<Trans>Private mention</Trans>
|
||||||
</option>
|
</option>
|
||||||
{supports('@pleroma/local-visibility-post') &&
|
|
||||||
<option value="local">
|
|
||||||
<Trans>Local instance</Trans>
|
|
||||||
</option>
|
|
||||||
}
|
|
||||||
</select>
|
</select>
|
||||||
</label>{' '}
|
</label>{' '}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue