mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-18 13:40:55 -04:00
doc(sdk): Do no link to a private function.
This commit is contained in:
@@ -67,7 +67,7 @@ impl SlidingSyncList {
|
||||
/// This will change the sync-mode but also the request generator. A new
|
||||
/// request generator is generated. Since requests are calculated based on
|
||||
/// the request generator, changing the sync-mode is equivalent to
|
||||
/// “resetting” the list. It's actually not calling [`Self::reset`], which
|
||||
/// “resetting” the list. It's actually not calling `Self::reset`, which
|
||||
/// means that the state is not reset **purposely**. The ranges and the
|
||||
/// state will be updated when the next request will be sent and a
|
||||
/// response will be received. The maximum number of rooms won't change.
|
||||
|
||||
Reference in New Issue
Block a user