Skip to content
Snippets Groups Projects
Forked from Maunium / synapse
Source project has a limited visibility.
  • Richard van der Hoff's avatar
    3e99528f
    Store room version on invite (#6983) · 3e99528f
    Richard van der Hoff authored
    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...
    3e99528f
    History
    Store room version on invite (#6983)
    Richard van der Hoff authored
    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...