summary refs log tree commit diff
path: root/tests/storage/test_relations.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Accept threaded receipts for events related to the root event. (#14174)Patrick Cloke2022-10-141-0/+111
The root node of a thread (and events related to it) are considered "part of a thread" when validating receipts. This allows clients which show the root node in both the main timeline and the threaded timeline to easily send receipts in either. Note that threaded notifications are not created for these events, these events created notifications on the main timeline.