From d469f16670df2d1748a6377d1bebe9b730dc25be Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Wed, 22 Feb 2023 16:56:21 -0800 Subject: fix oauth login flow --- config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'config.py') diff --git a/config.py b/config.py index 7ae0c21..3b5767b 100644 --- a/config.py +++ b/config.py @@ -50,3 +50,4 @@ HEALTHCHECK_URL = "/checkinbot/healthcheck" FEDI_LOGIN_CALLBACK_URL = "/checkinbot/fedi_login_callback" BOT_DOMAIN = "https://zjw.social" BOT_PORT = 30010 +BOT_SCOPE = ['read:accounts', 'write:media', 'write:statuses'] -- cgit v1.2.3