client-api: Export aliases

This commit is contained in:
Kurt Roeckx 2021-07-11 12:12:12 +02:00 committed by GitHub
parent 9b2602649f
commit 4985b9bddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ pub mod create_room;
pub mod get_room_event; pub mod get_room_event;
pub mod report_content; pub mod report_content;
pub mod upgrade_room; pub mod upgrade_room;
pub mod aliases;
use ruma_serde::StringEnum; use ruma_serde::StringEnum;