forked-synapse/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
federation.py Store room version on invite (#6983) 2020-02-26 16:58:33 +00:00
login.py
membership.py
register.py
send_event.py Change EventContext to use the Storage class (#6564) 2019-12-20 10:32:02 +00:00