summary refs log tree commit diff
path: root/synapse/storage/databases/main/events_forward_extremities.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Remove more usages of cursor_to_dict. (#16551)Patrick Cloke2023-10-261-5/+10
* Fix returned count of delete extremities admin API (#12496)Erik Johnston2022-04-191-3/+5
* Attempt to annotate events_forward_extremities (#11314)David Robertson2021-11-121-6/+15
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-2/+5
* Fix get forward extremities queryJason Robinson2021-01-261-1/+1
* Make natural join inner joinJason Robinson2021-01-261-2/+2
* Add depth and received_ts to forward_extremities admin API responseJason Robinson2021-01-231-1/+2
* Remove trailing whitespace to appease the linterJason Robinson2021-01-111-2/+2
* Simplify delete_forward_extremities_for_room_txn SQLJason Robinson2021-01-111-10/+4
* Address pr feedbackJason Robinson2021-01-111-25/+39
* Don't try to use f-stringsJason Robinson2021-01-111-1/+1
* Implement clearing cache after deleting forward extremitiesJason Robinson2021-01-091-8/+33
* Add Rooms admin forward extremities DELETE endpointJason Robinson2021-01-081-1/+48
* Add forward extremities endpoint to rooms admin APIJason Robinson2021-01-071-0/+20