This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Read receipts on element web are broken #12669
Labels
S-Major
Major functionality / product severely impaired, no satisfactory workaround.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
X-Regression
Something broke which worked on a previous release
X-Release-Blocker
Must be resolved before making a release
Broke by #12168. Element web sends a hidden read receipt type, which Synapse doesn't understand and so 400s:
synapse/synapse/rest/client/read_marker.py
Lines 57 to 63 in 0ce2201
This is a problem as it stops the other receipt types from being persisted.
We shouldn't be denying unknown receipt types.
The text was updated successfully, but these errors were encountered: