add appservice ping client endpoint (MSC2659)

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-08-30 19:37:21 -04:00
parent 922875477f
commit d68b71a0aa
3 changed files with 50 additions and 0 deletions

View file

@ -1,5 +1,6 @@
pub(super) mod account;
pub(super) mod alias;
pub(super) mod appservice;
pub(super) mod backup;
pub(super) mod capabilities;
pub(super) mod config;
@ -38,6 +39,7 @@ pub(super) mod voip;
pub(super) use account::*;
pub(super) use alias::*;
pub(super) use appservice::*;
pub(super) use backup::*;
pub(super) use capabilities::*;
pub(super) use config::*;