diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-02-07 13:27:58 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-02-14 16:42:40 +0000 |
commit | 5a78f47f6e21505f84490c3b8da49e96ac8e3483 (patch) | |
tree | 5acdddba2692873e03eb988cd1862ee3b2a4ab61 | |
parent | Rewrite _EventInternalMetadata to back it with a _dict (diff) | |
download | synapse-5a78f47f6e21505f84490c3b8da49e96ac8e3483.tar.xz |
changelog
-rw-r--r-- | changelog.d/6872.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6872.misc b/changelog.d/6872.misc new file mode 100644 index 0000000000..215a0c82c3 --- /dev/null +++ b/changelog.d/6872.misc @@ -0,0 +1 @@ +Refactor _EventInternalMetadata object to improve type safety. |