rename conduit to conduwuit finally
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use std::{mem::size_of, sync::Arc};
|
||||
|
||||
use arrayvec::ArrayVec;
|
||||
use conduit::{
|
||||
use conduwuit::{
|
||||
result::LogErr,
|
||||
utils::{
|
||||
stream::{TryIgnore, WidebandExt},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
mod data;
|
||||
use std::sync::Arc;
|
||||
|
||||
use conduit::{PduCount, Result};
|
||||
use conduwuit::{PduCount, Result};
|
||||
use futures::StreamExt;
|
||||
use ruma::{api::Direction, EventId, RoomId, UserId};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user