synapse/changelog.d/6526.bugfix
Richard van der Hoff bc7de87650
Persist auth/state events at backwards extremities when we fetch them (#6526)
The main point here is to make sure that the state returned by _get_state_in_room has been authed before we try to use it as state in the room.
2019-12-16 12:26:28 +00:00

1 line
No EOL
122 B
Text

Fix a bug which could cause the federation server to incorrectly return errors when handling certain obscure event graphs.