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
Different code paths use different values of auth_events when performing event auth: some use a locally-calculated set of events, whereas others use the auth events provided by the event itself.
As per #6605 (comment):
Different code paths use different values of
auth_eventswhen performing event auth: some use a locally-calculated set of events, whereas others use the auth events provided by the event itself.The spec says:
This is not happening correctly, which allows malformed events into the state of the room.