Rename crates.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-04-22 01:41:02 +00:00
parent 0024354345
commit 9b658d86b2
316 changed files with 1590 additions and 1593 deletions

View File

@@ -1,6 +1,12 @@
use std::{collections::BTreeMap, sync::Arc};
use conduwuit::{
use futures::{Stream, StreamExt};
use ruma::{
CanonicalJsonValue, EventId, OwnedUserId, RoomId, UserId,
api::client::threads::get_threads::v1::IncludeThreads, events::relation::BundledThread, uint,
};
use serde_json::json;
use tuwunel_core::{
Result, err,
matrix::pdu::{PduCount, PduEvent, PduId, RawPduId},
utils::{
@@ -8,13 +14,7 @@ use conduwuit::{
stream::{TryIgnore, WidebandExt},
},
};
use conduwuit_database::{Deserialized, Map};
use futures::{Stream, StreamExt};
use ruma::{
CanonicalJsonValue, EventId, OwnedUserId, RoomId, UserId,
api::client::threads::get_threads::v1::IncludeThreads, events::relation::BundledThread, uint,
};
use serde_json::json;
use tuwunel_database::{Deserialized, Map};
use crate::{Dep, rooms, rooms::short::ShortRoomId};