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 /changelog.d | |
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 'changelog.d')
-rw-r--r-- | changelog.d/6298.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6298.misc b/changelog.d/6298.misc new file mode 100644 index 0000000000..d4190730b2 --- /dev/null +++ b/changelog.d/6298.misc @@ -0,0 +1 @@ +Refactor EventContext for clarity. \ No newline at end of file |