mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
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. |
||
|---|---|---|
| .. | ||
| 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 | ||