1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-08-06 17:40:59 +00:00

feat(appservice): pinging

This commit is contained in:
Matthias Ahouansou 2025-03-08 11:26:17 +00:00
parent b726ccaab8
commit dc5abd6f3b
No known key found for this signature in database
4 changed files with 85 additions and 0 deletions

View file

@ -1,5 +1,6 @@
mod account;
mod alias;
mod appservice;
mod backup;
mod capabilities;
mod config;
@ -37,6 +38,7 @@ mod well_known;
pub use account::*;
pub use alias::*;
pub use appservice::*;
pub use backup::*;
pub use capabilities::*;
pub use config::*;