Skip to content

Commit

Permalink
fixup! refactor(timeline): store UTDs in decrypt_room_event
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Oct 21, 2024
1 parent 63b94a3 commit 89bd8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/matrix-sdk-ui/src/notification_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ impl NotificationClient {
// key; retry in a few.
wait *= 2;
} else {
trace!("Event could not be decrypted, but waiting longer is unlikely to help: {:?}", utd_info.reason);
debug!("Event could not be decrypted, but waiting longer is unlikely to help: {:?}", utd_info.reason);
return Ok(None);
}
}
Expand Down

0 comments on commit 89bd8c1

Please sign in to comment.