diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-10-13 12:53:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-13 12:53:24 -0400 |
commit | 2019b60f3bb5a505fc730f38a4b1accbabe444bf (patch) | |
tree | 488f424212cda30b8597bce518f863e379013620 /changelog.d | |
parent | Properly return the thread ID down sync. (#14159) (diff) | |
download | synapse-2019b60f3bb5a505fc730f38a4b1accbabe444bf.tar.xz |
Fix sqlite syntax for upserts. (#14171)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14171.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14171.feature b/changelog.d/14171.feature new file mode 100644 index 0000000000..68de079cf3 --- /dev/null +++ b/changelog.d/14171.feature @@ -0,0 +1 @@ +Experimental support for [MSC3856](https://github.com/matrix-org/matrix-spec-proposals/pull/3856): threads list API. |