This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Failed to find memberships for ["@user:...."] in partial state room !... in the auth events of ["$..."]. #15221
Labels
A-Federated-Join
joins over federation generally suck
A-Sync
defects related to /sync
O-Occasional
Affects or can be seen by some users regularly or most users rarely
S-Tolerable
Minor significance, cosmetic issues, low or no impact to users.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
Milestone
https://sentry.tools.element.io/organizations/element/issues/63004/?project=2&query=is%3Aunresolved
When pushing events in partial state rooms down incremental /sync, we try to find the
m.room.member
state event for their sender by digging through their auth events, so that we can present the membership to the client. Events usually have a membership event in their auth events, with the exception of them.room.create
event and a user's first join into the room.When implementing #13477, we forgot to consider the exceptions.
The text was updated successfully, but these errors were encountered: