Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Fix bug where current_state_events renamed to current_state_ids #1849
Conversation
erikjohnston
assigned
NegativeMjark
Jan 23, 2017
|
fixes #1785 |
|
This looks like it probably fixes the ISE in #1785. I would appreciate if we had a slightly better idea of what the code is doing here since I think it should only be reached via https://github.com/matrix-org/synapse/blob/v0.18.7-rc2/synapse/federation/federation_server.py#L559 |
|
It seems a bit weird to attempt to store an outlier with state since I thought the whole point of an outlier was that it was an event without state. Would it make more sense to treat the event as some weird form of backfill in this case? |
NegativeMjark
assigned
erikjohnston
and unassigned
NegativeMjark
Feb 20, 2017
|
We probably don't persist it, but use it to do some auth on the event. |
erikjohnston commentedJan 23, 2017
No description provided.