pokepark / PokemonRaidBot

Telegram bot for organizing Raids in Pokémon Go. Developers & admins are welcome to join https://t.me/PokeParkSupport
https://t.me/PokeParkSupport
GNU Affero General Public License v3.0
48 stars 40 forks source link

Changed overview to only show one entry per raid #222

Closed Ninjasoturi closed 3 years ago

Ninjasoturi commented 3 years ago

When using RAID_LOCATION mode, two messages are posted and two entries will be created to cleanup table. Changed overview to only show list of unique raid id's and link to the latest message posted per raid_id. Tested in environment where sql_mode ONLY_FULL_GROUP_BY is enabled, should work.

Chefkeks commented 3 years ago

LGTM, Merging :)