diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-11-22 12:01:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-22 12:01:47 -0500 |
commit | 3d893b8cf2358f947678dfb995b73f426200b099 (patch) | |
tree | d342b9adf7244ea139924f854ce873d1513ae47b /changelog.d | |
parent | Update README.md (diff) | |
download | synapse-3d893b8cf2358f947678dfb995b73f426200b099.tar.xz |
Store arbitrary relations from events. (#11391)
Instead of only known relation types. This also reworks the background update for thread relations to crawl events and search for any relation type, not just threaded relations.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11391.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11391.feature b/changelog.d/11391.feature new file mode 100644 index 0000000000..4f696285a7 --- /dev/null +++ b/changelog.d/11391.feature @@ -0,0 +1 @@ +Store and allow querying of arbitrary event relations. |