Compare commits
No commits in common. "master" and "866ab33c45a97a5784289f78a4a9ed817b29b171" have entirely different histories.
master
...
866ab33c45
|
@ -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)]
|
||||||
|
|
Loading…
Reference in New Issue