forked from jmug/stoatchat
refactor: Remove VoiceChannel
This commit is contained in:
@@ -342,6 +342,7 @@ impl Message {
|
||||
|
||||
// Validate the mentions go to users in the channel/server
|
||||
if !mentions.is_empty() {
|
||||
#[allow(deprecated)]
|
||||
match channel {
|
||||
Channel::DirectMessage { ref recipients, .. }
|
||||
| Channel::Group { ref recipients, .. } => {
|
||||
|
||||
Reference in New Issue
Block a user