dendrite/syncapi/streams
Till 7313f56f44
Use existing limit instead of default limit when lazy loading members (#2682)
This should fix an issue where we return less than the expected membership events, when doing an initial sync.
When doing an initial sync, the state limit is set to `math.MaxInt32`, while the default filter is set to 20.
2022-08-30 14:18:47 +02:00
..
stream_accountdata.go
stream_devicelist.go
stream_invite.go Only return non-retired invites (#2643) 2022-08-16 10:29:36 +02:00
stream_notificationdata.go
stream_pdu.go Use existing limit instead of default limit when lazy loading members (#2682) 2022-08-30 14:18:47 +02:00
stream_presence.go Fetch more data for newly joined rooms in an incremental sync (#2657) 2022-08-19 15:32:24 +02:00
stream_receipt.go
stream_sendtodevice.go Send-to-device/sync tweaks (#2630) 2022-08-09 10:40:46 +02:00
stream_typing.go
streams.go Invalidate lazyLoadCache if we're doing an initial sync (#2623) 2022-08-05 14:27:27 +02:00
template_stream.go