summary refs log tree commit diff
path: root/changelog.d/6788.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Pass room version object into event_auth.check and check_redaction (#6788)Richard van der Hoff2020-01-281-0/+1
These are easier to work with than the strings and we normally have one around. This fixes `FederationHander._persist_auth_tree` which was passing a RoomVersion object into event_auth.check instead of a string.