You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heroku-Note: Doing authorizations ( /authorize command ) through telegram wont be permanent as heroku uses ephemeral filesystem. They will be reset on each dyno boot. As a workaround you can:
147
+
- Make a file authorized_chats.txt and write the user names and chat_id of you want to authorize, each separated by new line
148
+
- Then force add authorized_chats.txt to git and push it to heroku
0 commit comments