summary refs log tree commit diff
path: root/tests/handlers/test_receipts.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add missing type hints to tests.handlers. (#14680)Patrick Cloke2022-12-161-1/+5
* Remove support for unstable private read receipts (#13653)Šimon Brandner2022-09-011-35/+13
* Support stable identifiers for MSC2285: private read receipts. (#13273)Šimon Brandner2022-08-051-16/+42
* Additional constants for EDU types. (#12884)Patrick Cloke2022-05-271-16/+16
* Avoid unnecessary copies when filtering private read receipts. (#12711)Šimon Brandner2022-05-161-38/+26
* Use `private` instead of `hidden` in MSC2285 related code. (#12635)Šimon Brandner2022-05-051-16/+16
* Implement changes to MSC2285 (hidden read receipts) (#12168)Šimon Brandner2022-05-041-53/+76
* Use constants for receipt types in tests. (#12582)Šimon Brandner2022-04-281-19/+19
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-1/+1
* Add type hints for event streams. (#10856)Patrick Cloke2021-09-211-1/+1
* Handle string read receipt data (#10606)Šimon Brandner2021-08-161-0/+23
* Support for MSC2285 (hidden read receipts) (#10413)Šimon Brandner2021-07-281-0/+294