0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-06 13:08:37 +02:00
dendrite/syncapi/streams
Neil Alexander 6e44450cc9
Don't re-request state events that are already in the timeline (#1739)
* Don't request state events if we already have the timeline events (Postgres only)

* Rename variable

* nocyclo

* Add SQLite

* Tweaks

* Revert query change

* Don't dedupe if asking for full state

* Update query
2021-02-04 12:20:37 +00:00
..
stream_accountdata.go Sync fixes (#1709) 2021-01-13 14:32:49 +00:00
stream_devicelist.go Complete sync performance (#1741) 2021-01-29 16:32:54 +00:00
stream_invite.go Sync refactor — Part 1 (#1688) 2021-01-08 16:59:06 +00:00
stream_pdu.go Don't re-request state events that are already in the timeline (#1739) 2021-02-04 12:20:37 +00:00
stream_receipt.go Sync fixes (#1709) 2021-01-13 14:32:49 +00:00
stream_sendtodevice.go Simplify send-to-device messaging (#1702) 2021-01-13 17:29:46 +00:00
stream_typing.go Sync fixes (#1709) 2021-01-13 14:32:49 +00:00
streams.go Sync refactor — Part 1 (#1688) 2021-01-08 16:59:06 +00:00
template_pstream.go Sync refactor — Part 1 (#1688) 2021-01-08 16:59:06 +00:00
template_stream.go Sync refactor — Part 1 (#1688) 2021-01-08 16:59:06 +00:00