synapse-old/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
_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
membership.py Propagate reason in remotely rejected invites 2019-11-28 11:31:56 +00:00
register.py
send_event.py Change EventContext to use the Storage class (#6564) 2019-12-20 10:32:02 +00:00