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
stream_notificationdata.go
stream_pdu.go
stream_presence.go
stream_receipt.go
stream_sendtodevice.go
stream_typing.go
streams.go
template_stream.go