mirror of
https://github.com/ihabunek/toot.git
synced 2025-01-03 14:56:37 -05:00
Don't set default visibility to public
Leave it blank so the server can decide
This commit is contained in:
parent
54a111d669
commit
af09020cec
@ -44,7 +44,6 @@ from toot.utils.datetime import parse_datetime
|
||||
help="Post visibility: " + "; "
|
||||
.join("{} = {}".format(visibility, description)
|
||||
for visibility, caption, description in VISIBILITY_OPTIONS),
|
||||
default=VISIBILITY_CHOICES[0],
|
||||
type=click.Choice(VISIBILITY_CHOICES),
|
||||
)
|
||||
@click.option(
|
||||
|
Loading…
Reference in New Issue
Block a user