jh0ker / mau_mau_bot

Telegram Bot that allows you to play Mau Mau (UNO) via inline queries
GNU Affero General Public License v3.0
312 stars 231 forks source link

GUI breaks when you have 49+ cards #55

Open xlf1024 opened 6 years ago

xlf1024 commented 6 years ago

As Telegram accepts only 50 entries as answers to inline queries, the GUI stops showing up as soon as you have 49 cards: 49 cards + "draw card" + "?" means 51 answers, thus, the Telegram servers apparently completely discard the response.

I do however admit that it is impossible to trigger this accidentially.

xlf1024 commented 6 years ago

(i.e. no real need to fix this.)

jh0ker commented 6 years ago

I think implementing a fix for this would be unnecessarily complex and provide very little gain. Very amusing observation however :laughing:

Unless you are interested in implementing a fix for this, I'm going to mark this as wontfix and close the isssue.

xlf1024 commented 6 years ago

accepted.

xlf1024 commented 6 years ago

this is the first time I do sth on github besides creating issues, so I hope I did it right. Please tell me if not.