1
0
Fork 0
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:
strawberry 2024-04-22 18:53:40 -04:00 committed by June
parent d90ac11603
commit 906057dd8d
2 changed files with 17 additions and 1 deletions

View file

@ -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))]