add all
admin query command for appservices
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
d90ac11603
commit
906057dd8d
2 changed files with 17 additions and 1 deletions
src/service/admin/query
|
@ -85,6 +85,9 @@ pub(crate) enum Appservice {
|
|||
/// Appservice registration ID
|
||||
appservice_id: Box<str>,
|
||||
},
|
||||
|
||||
/// - Gets all appservice registrations with their ID and registration info
|
||||
All,
|
||||
}
|
||||
|
||||
#[cfg_attr(test, derive(Debug))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue