diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-11-01 16:19:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-01 16:19:09 +0000 |
commit | c6516adbe03a0acdd614ba6eb9d6f447dd4259e9 (patch) | |
tree | b22f84c5647769b59348452096021eee509b1eb2 /tests/test_federation.py | |
parent | Merge pull request #6313 from matrix-org/uhoreg/cross_signing_fix_sqlite_schema (diff) | |
download | synapse-c6516adbe03a0acdd614ba6eb9d6f447dd4259e9.tar.xz |
Factor out an _AsyncEventContextImpl (#6298)
The intention here is to make it clearer which fields we can expect to be populated when: notably, that the _event_type etc aren't used for the synchronous impl of EventContext.
Diffstat (limited to '')
-rw-r--r-- | tests/test_federation.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test_federation.py b/tests/test_federation.py |