summary refs log tree commit diff
path: root/tests/test_test_utils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-30When a client asks for remote keys check if should resync. (#6797)Erik Johnston2-3/+30
If we detect that the remote users' keys may have changed then we should attempt to resync against the remote server rather than using the (potentially) stale local cache.
2020-01-30Type defintions for use in refactoring for redaction changes (#6803)Richard van der Hoff5-8/+24
* Bump signedjson to 1.1 ... so that we can use the type defin