rename conduit to conduwuit finally
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -5,7 +5,7 @@ use std::{
|
||||
sync::{Arc, Mutex, Mutex as StdMutex},
|
||||
};
|
||||
|
||||
use conduit::{Result, Server};
|
||||
use conduwuit::{Result, Server};
|
||||
use database::Map;
|
||||
use ruma::{
|
||||
api::client::sync::sync_events::{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
use conduit::{implement, trace, Result};
|
||||
use conduwuit::{implement, trace, Result};
|
||||
use futures::{pin_mut, stream::FuturesUnordered, FutureExt, StreamExt};
|
||||
use ruma::{DeviceId, UserId};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user