Skip to content

Commit

Permalink
!fixup recency timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Jul 3, 2024
1 parent bb983dc commit 6bf4dd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/matrix-sdk-base/src/rooms/normal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,7 @@ pub struct RoomInfo {
/// timestamp of the room. Thus, using this `recency_timestamp` value is
/// more accurate than relying on the latest event.
#[cfg(feature = "experimental-sliding-sync")]
#[serde(default)]
pub(crate) recency_timestamp: Option<MilliSecondsSinceUnixEpoch>,
}

Expand Down

0 comments on commit 6bf4dd0

Please sign in to comment.