mirror of
https://github.com/girlbossceo/ruwuma.git
synced 2025-04-29 06:49:48 -04:00
add knock membership event filter
Signed-off-by: June Clementine Strawberry <june@3.dog>
This commit is contained in:
parent
69133fd53c
commit
24d018a001
1 changed files with 3 additions and 0 deletions
|
@ -98,6 +98,9 @@ pub mod v3 {
|
|||
/// The user has been banned.
|
||||
Ban,
|
||||
|
||||
/// The user has knocked.
|
||||
Knock,
|
||||
|
||||
#[doc(hidden)]
|
||||
_Custom(PrivOwnedStr),
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue