mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-14 19:16:02 -04:00
chore(sdk): Rewrap info! invocation
This commit is contained in:
committed by
Jonas Platte
parent
43f0ba7711
commit
d027005e87
@@ -439,10 +439,7 @@ impl<'a, 'i> TimelineEventHandler<'a, 'i> {
|
||||
let msg = match &item.content {
|
||||
TimelineItemContent::Message(msg) => msg,
|
||||
TimelineItemContent::RedactedMessage => {
|
||||
info!(
|
||||
%event_id,
|
||||
"Edit event applies to a redacted message, discarding"
|
||||
);
|
||||
info!(%event_id, "Edit event applies to a redacted message, discarding");
|
||||
return None;
|
||||
}
|
||||
TimelineItemContent::UnableToDecrypt(_) => {
|
||||
|
||||
Reference in New Issue
Block a user