diff options
author | Patrick Cloke <patrickc@matrix.org> | 2022-10-12 12:18:34 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2022-10-12 12:18:34 -0400 |
commit | e6e876b9b158f47811b6dfedd8783f658ce960a4 (patch) | |
tree | 17b44cba6d922747f61b6e6d815b20757e58204a | |
parent | Return the main timeline for events which are not part of a thread. (#14140) (diff) | |
download | synapse-e6e876b9b158f47811b6dfedd8783f658ce960a4.tar.xz |
Return the thread ID properly down sync. (#14159)
A receipt's thread ID, if one exists, should be added to the body of a receipt.
-rw-r--r-- | changelog.d/14159.feature | 1 | ||||
-rw-r--r-- | synapse/storage/databases/main/receipts.py | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/changelog.d/14159.feature b/changelog.d/14159.feature new file mode 100644 |