matrix-org / conference-bot

The conductor for your orchestra^Wconference
Apache License 2.0
44 stars 7 forks source link

Handle room conflicts gracefully #75

Open kittykat opened 2 years ago

kittykat commented 2 years ago

We don't want the bot trying to create rooms that already exist (e.g. https://matrix.to/#/#INFODESK:fosdem.org).

The bot should check if the target alias already exists before creating the room and if it does, then skip room creation but share this info with the user

squahtx commented 2 years ago

77 will allow us to reuse the #infodesk room instead of creating a new one.