the-draupnir-project / Draupnir

A Matrix moderation bot
https://the-draupnir-project.github.io/draupnir-documentation/
91 stars 14 forks source link

Policy list reactions do not work (in an encrypted moderation room?) #563

Open heftig opened 1 month ago

heftig commented 1 month ago

Describe the bug The reactions presented on the "Would you like to add the ban to a policy list?" message do nothing. There's not even any log output.

This is probably the same bug as https://github.com/matrix-org/mjolnir/issues/153.

To Reproduce

  1. Ban a user.
  2. Click on one of the question message's reactions in the management room representing a writable policy list.

Expected behavior Draupnir reacts to the reaction.

Additional context

Gnuxie commented 1 month ago

Yeah this is an issue with Pantalaimon, i didn't know it already effected the abuse reporting in Mjolnir. That's interesting.

https://the-draupnir-project.github.io/draupnir-documentation/bot/encryption

We don't support Pantalaimon anymore because of this issue. The alternative you have is tolerating it for now, upgrading to at least 2.0.0-beta.5 and enabling experimentalRustCrypto (which might not be much better). Or creating a new management room that is unencrypted. Sorry about this.