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
Previously, the spec implied that threaded receipts were acceptable when referring to thread roots, or reactions to them etc. but this was a spec bug, which is fixed in matrix-org/matrix-spec#1677 . See matrix-org/matrix-spec-proposals#4037 for more detail.
Description
Previously, the spec implied that threaded receipts were acceptable when referring to thread roots, or reactions to them etc. but this was a spec bug, which is fixed in matrix-org/matrix-spec#1677 . See matrix-org/matrix-spec-proposals#4037 for more detail.
Synapse's code at
synapse/synapse/rest/client/receipts.py
Lines 124 to 162 in 930dc9e
Steps to reproduce
thread_id
as the ID of the thread root event, implying that the reaction is in the threadSynapse should reject this receipt since a reaction to a thread root is not in the thread.
Homeserver
matrix.org
Synapse Version
1.98.0rc1 (b=matrix-org-hotfixes,c2deef254a)
Installation Method
I don't know
Database
Workers
Multiple workers
Platform
Configuration
Relevant log output
Anything else that would be useful to know?
The text was updated successfully, but these errors were encountered: