mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 07:27:45 -04:00
fix broken now call
This commit is contained in:
@@ -31,6 +31,7 @@ use matrix_sdk_common::{
|
||||
StrippedMemberEvent, SyncResponse, SyncRoomEvent, Timeline,
|
||||
},
|
||||
instant::Instant,
|
||||
util::milli_seconds_since_unix_epoch,
|
||||
locks::RwLock,
|
||||
};
|
||||
#[cfg(feature = "encryption")]
|
||||
@@ -522,7 +523,7 @@ impl BaseClient {
|
||||
event.event.clone(),
|
||||
false,
|
||||
room_id.to_owned(),
|
||||
MilliSecondsSinceUnixEpoch::now(),
|
||||
milli_seconds_since_unix_epoch(),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user