Skip to content

Commit 753b0d8

Browse files
committed
doc(sdk): Update doc of SlidingSyncPositionMarkers::pos.
With `SlidingSync::share_pos`, the `pos` can be persisted. This comment is outdated.
1 parent 36713ad commit 753b0d8

File tree

1 file changed

+0
-2
lines changed
  • crates/matrix-sdk/src/sliding_sync

1 file changed

+0
-2
lines changed

crates/matrix-sdk/src/sliding_sync/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -815,8 +815,6 @@ impl SlidingSync {
815815
pub(super) struct SlidingSyncPositionMarkers {
816816
/// An ephemeral position in the current stream, as received from the
817817
/// previous `/sync` response, or `None` for the first request.
818-
///
819-
/// Should not be persisted.
820818
pos: Option<String>,
821819
}
822820

0 commit comments

Comments
 (0)