-
- Downloads
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.
Showing
- changelog.d/11391.feature 1 addition, 0 deletionschangelog.d/11391.feature
- synapse/storage/databases/main/events.py 14 additions, 15 deletionssynapse/storage/databases/main/events.py
- synapse/storage/databases/main/events_bg_updates.py 60 additions, 28 deletionssynapse/storage/databases/main/events_bg_updates.py
- synapse/storage/schema/main/delta/65/07_arbitrary_relations.sql 1 addition, 1 deletion...e/storage/schema/main/delta/65/07_arbitrary_relations.sql
- tests/rest/client/test_relations.py 111 additions, 0 deletionstests/rest/client/test_relations.py
- tests/unittest.py 6 additions, 1 deletiontests/unittest.py
Loading
Please register or sign in to comment