0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-29 22:38:54 +02:00
dendrite/syncapi/streams
Till 57e3622b85
Implement lazy loading on /sync (#2346)
* Initial work on lazyloading

* Partially implement lazy loading on /sync

* Rename methods

* Make missing tests pass

* Preallocate slice, even if it will end up with fewer values

* Let the cache handle the user mapping

* Linter

* Cap cache growth
2022-04-19 09:46:45 +01:00
..
stream_accountdata.go Sync fixes (#1709) 2021-01-13 14:32:49 +00:00
stream_devicelist.go BREAKING: Remove Partitioned Stream Positions (#2096) 2022-01-20 15:26:45 +00:00
stream_invite.go Add possibility to ignore users (#2329) 2022-04-07 15:08:19 +01:00
stream_notificationdata.go Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00:00
stream_pdu.go Implement lazy loading on /sync (#2346) 2022-04-19 09:46:45 +01:00
stream_presence.go Simplify presence stringification (should help with vector-im/element-android#5712) 2022-04-07 10:10:28 +01:00
stream_receipt.go Add possibility to ignore users (#2329) 2022-04-07 15:08:19 +01:00
stream_sendtodevice.go Add possibility to ignore users (#2329) 2022-04-07 15:08:19 +01:00
stream_typing.go Add possibility to ignore users (#2329) 2022-04-07 15:08:19 +01:00
streams.go Implement lazy loading on /sync (#2346) 2022-04-19 09:46:45 +01:00
template_stream.go Sync refactor — Part 1 (#1688) 2021-01-08 16:59:06 +00:00