diff options
author | Erik Johnston <erikj@element.io> | 2024-01-05 13:03:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-05 13:03:20 +0000 |
commit | 7469fa7585f9e520344d58947ea617fdfa6bfa62 (patch) | |
tree | 81e465ffbcdb1376eb4e3b8fe92405733d09f2d0 /changelog.d | |
parent | Implement cosign on docker image (#16774) (diff) | |
download | synapse-7469fa7585f9e520344d58947ea617fdfa6bfa62.tar.xz |
Simplify internal metadata class. (#16762)
We remove these fields as they're just duplicating data the event already stores, and (for reasons :shushing_face:) I'd like to simplify the class to only store simple types. I'm not entirely convinced that we shouldn't instead add helper methods to the event class to generate stream tokens, but I don't really think that's where they belong either
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16762.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16762.misc b/changelog.d/16762.misc new file mode 100644 index 0000000000..c49dc2085e --- /dev/null +++ b/changelog.d/16762.misc @@ -0,0 +1 @@ +Simplify event internal metadata class. |