aboutsummaryrefslogtreecommitdiff
path: root/src/model/channel/reaction.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/channel/reaction.rs')
-rw-r--r--src/model/channel/reaction.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/model/channel/reaction.rs b/src/model/channel/reaction.rs
index a9d17fa..c1413d5 100644
--- a/src/model/channel/reaction.rs
+++ b/src/model/channel/reaction.rs
@@ -241,6 +241,7 @@ impl ReactionType {
}
}
+#[cfg(feature="model")]
impl From<char> for ReactionType {
/// Creates a `ReactionType` from a `char`.
///