mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-31 20:28:31 +00:00
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
|
@ -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