events: Put use behind feature flag

This commit is contained in:
Kévin Commaille 2023-06-21 09:39:49 +02:00 committed by Kévin Commaille
parent 09bc835936
commit 8d2521874d

View File

@ -3,9 +3,10 @@
use assert_matches2::assert_matches;
use assign::assign;
use js_int::uint;
#[cfg(feature = "unstable-msc3954")]
use ruma_common::events::emote::EmoteEventContent;
use ruma_common::{
events::{
emote::EmoteEventContent,
message::{MessageEventContent, TextContentBlock, TextRepresentation},
relation::InReplyTo,
room::message::Relation,