mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-07 06:53:09 -06:00
* Move filter table to syncapi where it is used * Implement /sync `limited` and read timeline limit from stored filters We now fully handle `room.timeline.limit` filters (in-line + stored) and return the right value for `limited` syncs. * Update whitelist * Default to the default timeline limit if it's unset, also strip the extra event correctly * Update whitelist |
||
|---|---|---|
| .. | ||
| account_data_table.go | ||
| backwards_extremities_table.go | ||
| current_room_state_table.go | ||
| filter_table.go | ||
| invites_table.go | ||
| output_room_events_table.go | ||
| output_room_events_topology_table.go | ||
| send_to_device_table.go | ||
| stream_id_table.go | ||
| syncserver.go | ||