events: Fix a typo

This commit is contained in:
Jonas Platte 2021-04-16 15:28:46 +02:00
parent 24e2f3996a
commit d7af96747c
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -454,7 +454,7 @@ pub struct EventDeHelper {
pub event_id: Option<IgnoredAny>, pub event_id: Option<IgnoredAny>,
/// If no `event_id` or `state_key` are found but a `room_id` is present /// If no `event_id` or `state_key` are found but a `room_id` is present
/// the event will be deserialized as a ephemeral event. /// the event will be deserialized as an ephemeral event.
pub room_id: Option<IgnoredAny>, pub room_id: Option<IgnoredAny>,
/// If this `UnsignedData` contains a `redacted_because` key the event is /// If this `UnsignedData` contains a `redacted_because` key the event is