soxidus / Boardgame-Bot

A Boardgame Bot for your Telegram group to plan/manage gamenights and suggest games to play.
MIT License
2 stars 0 forks source link

authentication stalls when bot is not admin #101

Open karacolada opened 4 years ago

karacolada commented 4 years ago

If the bot is added to a group and ´/key´ is used without it being an administrator, it doesn't answer. If you do the same but make it an admin, it works just fine.

karacolada commented 4 years ago

I can't seem to reproduce this error. Even if the bot is not admin, all messages come through without problems. I have changed the logging behaviour in the ´LogToMessageFilter´ to send error logs to ´stderr´ as long as no chat ID was specified. Maybe this way we'll find out what the problem is.