MatrixSynapse/synapse/replication/http
Richard van der Hoff 78a15b1f9d
Store room_versions in EventBase objects (#6875)
This is a bit fiddly because it all has to be done on one fell swoop:

* Wherever we create a new event, pass in the room version (and check it matches the format version)
* When we prune an event, use the room version of the unpruned event to create the pruned version.
* When we pass an event over the replication protocol, pass the room version over alongside it, and use it when deserialising the event again.
2020-03-05 15:46:44 +00:00
..
__init__.py Fix caching devices for remote servers in worker. 2019-11-05 15:49:43 +00:00
_base.py Store room version on invite (#6983) 2020-02-26 16:58:33 +00:00
devices.py Fixup docs 2019-11-26 12:04:48 +00:00
federation.py Store room_versions in EventBase objects (#6875) 2020-03-05 15:46:44 +00:00
login.py Port replication http server endpoints to async/await 2019-10-29 13:00:51 +00:00
membership.py Propagate reason in remotely rejected invites 2019-11-28 11:31:56 +00:00
register.py Address review comments 2019-11-06 14:54:24 +00:00
send_event.py Store room_versions in EventBase objects (#6875) 2020-03-05 15:46:44 +00:00