diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-09-28 11:01:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-28 11:01:41 -0400 |
commit | 1386ce4735019ea6e918591509ee58a82c9c635c (patch) | |
tree | 6e8bda65644ba3781de06e57a734daed828cd142 /changelog.d | |
parent | Stop returning an unused column when handling new receipts. (#13933) (diff) | |
download | synapse-1386ce4735019ea6e918591509ee58a82c9c635c.tar.xz |
Revert "Stop returning an unused column when handling new receipts. (#13933)" (#13935)
This reverts commit 7766bd5b354cd4ea1a33351ba320e54a14d3aeac (#13933). The unused column is actually used, but much further down in the function.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13933.feature | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/13933.feature b/changelog.d/13933.feature deleted file mode 100644 index d0cb902dff..0000000000 --- a/changelog.d/13933.feature +++ /dev/null @@ -1 +0,0 @@ -Experimental support for thread-specific receipts ([MSC3771](https://github.com/matrix-org/matrix-spec-proposals/pull/3771)). |