mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-12-28 22:44:26 +01:00
Add missing import
This commit is contained in:
parent
ab8592526f
commit
92817213d5
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ use ruma::{
|
||||||
push_rules::PushRulesEvent,
|
push_rules::PushRulesEvent,
|
||||||
room::{
|
room::{
|
||||||
create::RoomCreateEventContent, encrypted::Relation, member::MembershipState,
|
create::RoomCreateEventContent, encrypted::Relation, member::MembershipState,
|
||||||
power_levels::RoomPowerLevelsEventContent,
|
power_levels::RoomPowerLevelsEventContent, redaction::RoomRedactionEventContent,
|
||||||
},
|
},
|
||||||
GlobalAccountDataEventType, StateEventType, TimelineEventType,
|
GlobalAccountDataEventType, StateEventType, TimelineEventType,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue