synapse-product/synapse/replication/http
Richard van der Hoff 3e99528f2b
Store room version on invite (#6983)
When we get an invite over federation, store the room version in the rooms table.

The general idea here is that, when we pull the invite out again, we'll want to know what room_version it belongs to (so that we can later redact it if need be). So we need to store it somewhere...
2020-02-26 16:58:33 +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 version on invite (#6983) 2020-02-26 16:58:33 +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 Change EventContext to use the Storage class (#6564) 2019-12-20 10:32:02 +00:00