From 7fb169443c21bef54884f94c1fb0f7912e9ee8b8 Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Sat, 12 Mar 2022 20:05:00 +0100 Subject: [PATCH] Add MASTODON_TOOT_FOOTER option key --- cmd/run.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/run.go b/cmd/run.go index 635b9e0..f66a5f3 100644 --- a/cmd/run.go +++ b/cmd/run.go @@ -19,6 +19,7 @@ import ( const ( MASTODON_ACCESS_TOKEN = "MASTODON_ACCESS_TOKEN" MASTODON_SERVER_ADDRESS = "MASTODON_SERVER_ADDRESS" + MASTODON_TOOT_FOOTER = "MASTODON_TOOT_FOOTER" MASTODON_TOOT_MAX_CHARACTERS = "MASTODON_TOOT_MAX_CHARACTERS" MASTODON_TOOT_VISIBILITY = "MASTODON_TOOT_VISIBILITY" TELEGRAM_BOT_TOKEN = "TELEGRAM_BOT_TOKEN"