summary refs log tree commit diff
path: root/synapse/logging/utils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-12-16Add `include_event_in_state` to _get_state_for_room (#6521)Richard van der Hoff2-18/+22
Make it return the state *after* the requested event, rather than the one before it. This is a bit easier and requires fewer calls to get_events_from_store_or_dest.
2019-12-16Move get_state methods into FederationHandler (#6503)Richard van der Hoff3-86/+107
This is a non-functional refactor as a precursor to some other work.
2019-12-16Refactor get_events_from_store_or_dest to return a dict (#6501)Richard van der Hoff2-29/+16
There was a bunch of unnecessary conversion back and forth between dict and list going on here. We can simplify a bunch of the code.
2019-12-13More rewording of changelog. v1.7.0 github/release-v1.7.0 release-v1.7.0Erik Johnston1-1/+1
2019-12-13Reword changelogErik Johnston1-2/+2
2019-12-13Add deprecation notesErik Johnston1-1/+7
2019-12-131.7.0Erik Johnston3-1/+13
2019-12-111.7.0rc2 v1.7.0rc2Erik Johnston6-5/+12
2019-12-11Back out change preventing setting null avatar URLsErik Johnston2-7/+7