diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-11-23 06:43:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-23 06:43:56 -0500 |
commit | 6a5dd485bd82b269e7e169c0385290d081eae801 (patch) | |
tree | 34296b57c6efd2daf3e5f5605bcbdd8fc31a2273 /changelog.d | |
parent | Add config for customizing the claim used for JWT logins. (#11361) (diff) | |
download | synapse-6a5dd485bd82b269e7e169c0385290d081eae801.tar.xz |
Refactor the code to inject bundled relations during serialization. (#11408)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11408.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11408.misc b/changelog.d/11408.misc new file mode 100644 index 0000000000..55ed064672 --- /dev/null +++ b/changelog.d/11408.misc @@ -0,0 +1 @@ +Refactor including the bundled relations when serializing an event. |