Compare commits

..

No commits in common. "master" and "866ab33c45a97a5784289f78a4a9ed817b29b171" have entirely different histories.

1 changed files with 0 additions and 7 deletions

View File

@ -432,13 +432,6 @@ mod static_events {
{ {
const ID: (EventKind, &'static str) = (EventKind::State { redacted: true }, C::TYPE); const ID: (EventKind, &'static str) = (EventKind::State { redacted: true }, C::TYPE);
} }
impl SyncEvent for events::room::redaction::SyncRedactionEvent {
const ID: (EventKind, &'static str) = (
EventKind::Message { redacted: false },
events::room::redaction::RedactionEventContent::TYPE,
);
}
} }
#[cfg(test)] #[cfg(test)]