refactor clap into a separate file
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
5454b653fe
commit
3160a36634
4 changed files with 20 additions and 13 deletions
|
@ -20,14 +20,14 @@ use ruma::{
|
|||
},
|
||||
TimelineEventType,
|
||||
},
|
||||
CanonicalJsonObject, CanonicalJsonValue, EventId, MxcUri, OwnedRoomAliasId, OwnedRoomId, OwnedUserId, RoomAliasId,
|
||||
RoomId, RoomOrAliasId, RoomVersionId, ServerName, UserId,
|
||||
CanonicalJsonObject, EventId, MxcUri, OwnedRoomAliasId, OwnedRoomId, OwnedUserId, RoomAliasId, RoomId,
|
||||
RoomOrAliasId, RoomVersionId, ServerName, UserId,
|
||||
};
|
||||
use serde_json::value::to_raw_value;
|
||||
use tokio::sync::{mpsc, Mutex, RwLock};
|
||||
use tracing::{debug, error, info, warn};
|
||||
|
||||
use super::pdu::{self, PduBuilder};
|
||||
use super::pdu::PduBuilder;
|
||||
use crate::{
|
||||
api::client_server::{get_alias_helper, leave_all_rooms, leave_room, AUTO_GEN_PASSWORD_LENGTH},
|
||||
services,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue