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
Ivan Habunek 2022-12-28 09:21:22 +01:00
rodzic e07be634f6
commit aa75cacbff
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: F5F0623FF5EBCB3D
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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):