rename conduit to conduwuit finally
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -4,7 +4,7 @@ mod registration_info;
|
||||
use std::{collections::BTreeMap, sync::Arc};
|
||||
|
||||
use async_trait::async_trait;
|
||||
use conduit::{err, utils::stream::TryIgnore, Result};
|
||||
use conduwuit::{err, utils::stream::TryIgnore, Result};
|
||||
use database::Map;
|
||||
use futures::{Future, StreamExt, TryStreamExt};
|
||||
use ruma::{api::appservice::Registration, RoomAliasId, RoomId, UserId};
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
use conduit::Result;
|
||||
use conduwuit::Result;
|
||||
use regex::RegexSet;
|
||||
use ruma::api::appservice::Namespace;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
use conduit::Result;
|
||||
use conduwuit::Result;
|
||||
use ruma::{api::appservice::Registration, UserId};
|
||||
|
||||
use super::NamespaceRegex;
|
||||
|
||||
Reference in New Issue
Block a user