1
0
Fork 0

Add MASTODON_TOOT_FOOTER option key

This commit is contained in:
Daniele Tricoli 2022-03-12 20:05:00 +01:00
parent 5b074691c4
commit 7fb169443c
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ import (
const ( const (
MASTODON_ACCESS_TOKEN = "MASTODON_ACCESS_TOKEN" MASTODON_ACCESS_TOKEN = "MASTODON_ACCESS_TOKEN"
MASTODON_SERVER_ADDRESS = "MASTODON_SERVER_ADDRESS" MASTODON_SERVER_ADDRESS = "MASTODON_SERVER_ADDRESS"
MASTODON_TOOT_FOOTER = "MASTODON_TOOT_FOOTER"
MASTODON_TOOT_MAX_CHARACTERS = "MASTODON_TOOT_MAX_CHARACTERS" MASTODON_TOOT_MAX_CHARACTERS = "MASTODON_TOOT_MAX_CHARACTERS"
MASTODON_TOOT_VISIBILITY = "MASTODON_TOOT_VISIBILITY" MASTODON_TOOT_VISIBILITY = "MASTODON_TOOT_VISIBILITY"
TELEGRAM_BOT_TOKEN = "TELEGRAM_BOT_TOKEN" TELEGRAM_BOT_TOKEN = "TELEGRAM_BOT_TOKEN"