diff options
| author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-02-03 13:15:24 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-03 13:15:23 +0000 |
| commit | b0d112e78b96168852260b3986d348ae3a98292f (patch) | |
| tree | 3971851245b03ce5b56c42da1f05c3a3f319ae5a /synapse/federation/federation_server.py | |
| parent | Update changelog (diff) | |
| download | synapse-b0d112e78b96168852260b3986d348ae3a98292f.tar.xz | |
Fix `room_version` in `on_invite_request` flow (#6827)
I messed this up a bit in #6805, but fortunately we weren't actually doing anything with the room_version so it didn't matter that it was a str not a RoomVersion.
Diffstat (limited to 'synapse/federation/federation_server.py')
| -rw-r--r-- | synapse/federation/federation_server.py | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/synapse/federation/federation_server.py b/synapse/federation/federation_server.py |
