Prevent admin room from recursively spamming itself and user -> user
This commit is contained in:
@@ -27,10 +27,9 @@ use std::{
|
||||
convert::{TryFrom, TryInto},
|
||||
mem,
|
||||
sync::Arc,
|
||||
time::Duration,
|
||||
};
|
||||
|
||||
use super::{admin::AdminCommand, sending::Sending};
|
||||
use super::admin::AdminCommand;
|
||||
|
||||
/// The unique identifier of each state group.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user