diff options
author | Eric Eastwood <erice@element.io> | 2021-08-05 20:35:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-05 20:35:53 -0500 |
commit | f5a368bb48df85dd488afdead01a39f77f50de99 (patch) | |
tree | e6985ec3acfcaada0be29fff6f274bf503def226 /changelog.d | |
parent | Merge remote-tracking branch 'origin/release-v1.40' into develop (diff) | |
download | synapse-f5a368bb48df85dd488afdead01a39f77f50de99.tar.xz |
Mark all MSC2716 events as historical (#10537)
* Mark all MSC2716 events as historical
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10537.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10537.misc b/changelog.d/10537.misc new file mode 100644 index 0000000000..c9e045300c --- /dev/null +++ b/changelog.d/10537.misc @@ -0,0 +1 @@ +Mark all events stemming from the MSC2716 `/batch_send` endpoint as historical. |