summary refs log tree commit diff
path: root/tests/rest/client/v2_alpha/test_relations.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Bugbear: Add Mutable Parameter fixes (#9682)Jonathan de Jong2021-04-081-2/+3
* Ensure we use a copy of the event content dict before modifying it in seriali...Andrew Morgan2021-03-171-0/+62
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-18/+9
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-18/+18
* Remove redundant `HomeserverTestCase.render`Richard van der Hoff2020-11-161-18/+0
* Fix some spelling mistakes / typos. (#7811)Patrick Cloke2020-07-091-1/+1
* Replace all remaining six usage with native Python 3 equivalents (#7704)Dagfinn Ilmari Mannsåker2020-06-161-5/+4
* Remove the ability to query relations when the original event was redacted. (...Andrew Morgan2019-07-181-3/+113
* Include the original event in /relations (#5626)Andrew Morgan2019-07-091-0/+5
* Add origin_server_ts and sender fields to m.replace (#5613)Andrew Morgan2019-07-051-6/+18
* Run Black. (#5482)Amber Brown2019-06-201-5/+5
* Block attempts to annotate the same event twiceErik Johnston2019-05-201-1/+26
* Rename relation types to match MSCErik Johnston2019-05-201-11/+11
* Fixup commentsErik Johnston2019-05-201-2/+2
* Correctly update aggregation counts after redactionErik Johnston2019-05-201-0/+37
* Make tests use different user for each reaction it sendsErik Johnston2019-05-171-12/+68
* Add basic editing supportErik Johnston2019-05-161-9/+82
* Check that event is visible in new APIsErik Johnston2019-05-161-1/+1
* Add aggregations APIErik Johnston2019-05-161-3/+248
* Add simple pagination APIErik Johnston2019-05-151-0/+30
* Add simple send_relation API and track in DBErik Johnston2019-05-151-0/+98