mirror of
https://github.com/ihabunek/toot.git
synced 2024-11-03 04:17:21 -05:00
Fix VISIBILITY_OPTIONS
Reorder Visibility Options to be from "most visible" to "least visible", and swap the definitions of "private" and "unlisted" to match the actual visibility that results from those actions.
This commit is contained in:
parent
a958573d8d
commit
a6e76e0bcb
@ -39,7 +39,7 @@ PALETTE = [
|
||||
|
||||
VISIBILITY_OPTIONS = [
|
||||
("public", "Public", "Post to public timelines"),
|
||||
("private", "Private", "Do not post to public timelines"),
|
||||
("unlisted", "Unlisted", "Post to followers only"),
|
||||
("unlisted", "Unlisted", "Do not post to public timelines"),
|
||||
("private", "Private", "Post to followers only"),
|
||||
("direct", "Direct", "Post to mentioned users only"),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user