events: Put use behind feature flag
This commit is contained in:
parent
09bc835936
commit
8d2521874d
@ -3,9 +3,10 @@
|
|||||||
use assert_matches2::assert_matches;
|
use assert_matches2::assert_matches;
|
||||||
use assign::assign;
|
use assign::assign;
|
||||||
use js_int::uint;
|
use js_int::uint;
|
||||||
|
#[cfg(feature = "unstable-msc3954")]
|
||||||
|
use ruma_common::events::emote::EmoteEventContent;
|
||||||
use ruma_common::{
|
use ruma_common::{
|
||||||
events::{
|
events::{
|
||||||
emote::EmoteEventContent,
|
|
||||||
message::{MessageEventContent, TextContentBlock, TextRepresentation},
|
message::{MessageEventContent, TextContentBlock, TextRepresentation},
|
||||||
relation::InReplyTo,
|
relation::InReplyTo,
|
||||||
room::message::Relation,
|
room::message::Relation,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user