We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 610f82a commit 46d05d8Copy full SHA for 46d05d8
1 file changed
crates/matrix-sdk-base/src/response_processors/room/msc4186/mod.rs
@@ -548,8 +548,8 @@ pub(crate) async fn cache_latest_events(
548
}
549
} else {
550
warn!(
551
- "Failed to deserialize event as AnySyncTimelineEvent. ID={}",
552
- event.event_id().expect("Event has no ID!")
+ event_id = ?event.event_id(),
+ "Failed to deserialize event as `AnySyncTimelineEvent`",
553
);
554
555
0 commit comments