0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-08-07 04:34:49 +02:00
dendrite/syncapi/storage/tables
Till 21ee5b36a4
Limit presence in /sync responses (#2394)
* Use filter and limit presence count

* More limiting

* More limiting

* Fix unit test

* Also limit presence by last_active_ts

* Update query, use "from" as the initial lastPos

* Get 1000 presence events, they are filtered later

Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2022-04-28 15:12:40 +01:00
..
interface.go Limit presence in /sync responses (#2394) 2022-04-28 15:12:40 +01:00
output_room_events_test.go Make /messages filterable (#2347) 2022-04-13 13:16:02 +02:00
topology_test.go syncapi: add more tests; fix more bugs (#2338) 2022-04-08 17:53:24 +01:00