Split api/client/register from api/client/account suite.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-07-22 22:56:40 +00:00
parent 5253a8d36a
commit 23c75855ba
3 changed files with 606 additions and 588 deletions

View File

@@ -19,6 +19,7 @@ pub(super) mod profile;
pub(super) mod push;
pub(super) mod read_marker;
pub(super) mod redact;
pub(super) mod register;
pub(super) mod relations;
pub(super) mod report;
pub(super) mod room;
@@ -63,6 +64,7 @@ pub use profile::{update_all_rooms, update_avatar_url, update_displayname};
pub(super) use push::*;
pub(super) use read_marker::*;
pub(super) use redact::*;
pub(super) use register::*;
pub(super) use relations::*;
pub(super) use report::*;
pub(super) use room::*;