kopia lustrzana https://github.com/ihabunek/toot
Rename TOOT_VISIBILITY to TOOT_POST_VISIBILITY
This makes it more in line with what's planned for environemnt variables in the future.pull/276/head
rodzic
e07be634f6
commit
aa75cacbff
|
@ -16,7 +16,7 @@ VISIBILITY_CHOICES = ['public', 'unlisted', 'private', 'direct']
|
|||
|
||||
|
||||
def get_default_visibility():
|
||||
return os.getenv("TOOT_VISIBILITY", "public")
|
||||
return os.getenv("TOOT_POST_VISIBILITY", "public")
|
||||
|
||||
|
||||
def language(value):
|
||||
|
|
Ładowanie…
Reference in New Issue