feat: Add user locking and unlocking commands and functionality
Also corrects the response code returned by UserSuspended
This commit is contained in:
parent
aed15f246a
commit
7502a944d7
6 changed files with 122 additions and 7 deletions
|
|
@ -386,6 +386,10 @@ pub(super) static MAPS: &[Descriptor] = &[
|
|||
name: "userid_suspension",
|
||||
..descriptor::RANDOM_SMALL
|
||||
},
|
||||
Descriptor {
|
||||
name: "userid_lock",
|
||||
..descriptor::RANDOM_SMALL
|
||||
},
|
||||
Descriptor {
|
||||
name: "userid_presenceid",
|
||||
..descriptor::RANDOM_SMALL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue