rename conduit to conduwuit finally

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-12-14 21:58:01 -05:00
parent c6bf8f5ea1
commit 0317cc8cc5
No known key found for this signature in database
277 changed files with 559 additions and 551 deletions

View file

@ -1,5 +1,5 @@
use clap::Subcommand;
use conduit::Result;
use conduwuit::Result;
use futures::StreamExt;
use ruma::{events::room::message::RoomMessageEventContent, RoomId, UserId};

View file

@ -1,5 +1,5 @@
use clap::Subcommand;
use conduit::Result;
use conduwuit::Result;
use ruma::events::room::message::RoomMessageEventContent;
use crate::Command;

View file

@ -1,5 +1,5 @@
use clap::Subcommand;
use conduit::Result;
use conduwuit::Result;
use ruma::{events::room::message::RoomMessageEventContent, ServerName};
use crate::Command;

View file

@ -10,7 +10,7 @@ mod sending;
mod users;
use clap::Subcommand;
use conduit::Result;
use conduwuit::Result;
use self::{
account_data::AccountDataCommand, appservice::AppserviceCommand, globals::GlobalsCommand,

View file

@ -1,5 +1,5 @@
use clap::Subcommand;
use conduit::Result;
use conduwuit::Result;
use futures::StreamExt;
use ruma::{events::room::message::RoomMessageEventContent, UserId};

View file

@ -1,5 +1,5 @@
use clap::Subcommand;
use conduit::Result;
use conduwuit::Result;
use ruma::{events::room::message::RoomMessageEventContent, UserId};
use crate::Command;

View file

@ -1,7 +1,7 @@
use std::fmt::Write;
use clap::Subcommand;
use conduit::{utils::time, Result};
use conduwuit::{utils::time, Result};
use ruma::{events::room::message::RoomMessageEventContent, OwnedServerName};
use crate::{admin_command, admin_command_dispatch};

View file

@ -1,5 +1,5 @@
use clap::Subcommand;
use conduit::Result;
use conduwuit::Result;
use futures::StreamExt;
use ruma::{events::room::message::RoomMessageEventContent, RoomAliasId, RoomId};

View file

@ -1,5 +1,5 @@
use clap::Subcommand;
use conduit::Result;
use conduwuit::Result;
use futures::StreamExt;
use ruma::{events::room::message::RoomMessageEventContent, RoomId, ServerName, UserId};

View file

@ -1,5 +1,5 @@
use clap::Subcommand;
use conduit::Result;
use conduwuit::Result;
use futures::StreamExt;
use ruma::{events::room::message::RoomMessageEventContent, ServerName, UserId};
use service::sending::Destination;

View file

@ -1,5 +1,5 @@
use clap::Subcommand;
use conduit::Result;
use conduwuit::Result;
use futures::stream::StreamExt;
use ruma::{events::room::message::RoomMessageEventContent, OwnedDeviceId, OwnedRoomId, OwnedUserId};