mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-18 08:11:24 +01:00
13 lines
177 B
Rust
13 lines
177 B
Rust
mod account_data;
|
|
//mod admin;
|
|
mod appservice;
|
|
mod globals;
|
|
mod key_backups;
|
|
mod media;
|
|
//mod pdu;
|
|
mod pusher;
|
|
mod rooms;
|
|
mod sending;
|
|
mod transaction_ids;
|
|
mod uiaa;
|
|
mod users;
|