matrix-org / conference-bot

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

`invite` command, when it can't resolve all people, should either do its best or do nothing, but not do a partial run #170

Open reivilibre opened 1 year ago

reivilibre commented 1 year ago

When you hit some users that don't have any e-mail address or Matrix ID, some users will be invited and the overall process will fail with Failed to resolve all targets for auditorium.

Ideally the bot should either do its utmost best (ignore only the problematic users) or check this all upfront (and do nothing) — as it stands, it's quite misleading.