Prevent admin room from recursively spamming itself and user -> user
This commit is contained in:
parent
73124629b7
commit
e4dc7ea8ac
4 changed files with 80 additions and 40 deletions
|
@ -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.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue