summary refs log tree commit diff
path: root/synapse/util/versionstring.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-03Fix `room_version` in `on_invite_request` flow (#6827)Richard van der Hoff3-7/+11
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.
2020-01-31Update changelog v1.10.0rc1Erik Johnston1