Closed uumas closed 2 months ago
This issue is probably more general and is triggered when reacting to any message that is edited (thereby changing the eventid). I observed this on a message edited by the user (there was no encryption problem) just this morning. [mautrix-whatsapp v0.10.5].
So the message decryption from whatsapp failed initially but the bridge edited the message soon after:
When reacting to the edited event on Matrix, it fails with is the id of the original event. When bridging reactions to that message from whatsapp, the reaction is applied to the message edit event, rather than the original so it's not visible in matrix.
⚠ Your reaction may not have been bridged: unknown target event $<eventid>
, whereSo it seems Element reacts to the original message when it was edited, while the bridge reacts to the edit.