summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-10-18 10:55:41 -0400
committerGitHub <noreply@github.com>2022-10-18 14:55:41 +0000
commitdbf18f514ea5d2539ba3148049eae5a6793f1d60 (patch)
tree9698d3722395fc0140898151f7a08945e7ab12c8 /changelog.d
parentEnable URL previews in complement homeserver config. (#14198) (diff)
downloadsynapse-dbf18f514ea5d2539ba3148049eae5a6793f1d60.tar.xz
Update the thread_id right before use (in case the bg update hasn't finished) (#14222)
This avoids running a forced-update of a null thread_id rows.

An index is added (in the background) to hopefully make this
easier in the future.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14222.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14222.feature b/changelog.d/14222.feature
new file mode 100644
index 0000000000..5d0ae16e13
--- /dev/null
+++ b/changelog.d/14222.feature
@@ -0,0 +1 @@
+Support for thread-specific notifications & receipts ([MSC3771](https://github.com/matrix-org/matrix-spec-proposals/pull/3771) and [MSC3773](https://github.com/matrix-org/matrix-spec-proposals/pull/3773)).