You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
There's a comment that events which are annotations (ie, reactions) or replacements (ie, edits) should not have bundled aggregations included with them. This behavior was regressed in #11660 as it causes the check for the event type to be skipped when calculating edits:
There's a comment that events which are annotations (ie, reactions) or replacements (ie, edits) should not have bundled aggregations included with them. This behavior was regressed in #11660 as it causes the check for the event type to be skipped when calculating edits:
synapse/synapse/storage/databases/main/relations.py
Lines 661 to 667 in 8b309ad
Subsequently this was also made buggier for threads in #11752 for similar reasons.
(Note that the behavior about whether these events can have relations to them or not, and whether those should be bundled, isn't clearly defined.)
Noticed in #12273.
The text was updated successfully, but these errors were encountered: