✨ Add new messaging WorkerTask
This commit is contained in:
@@ -3,14 +3,13 @@ use std::rc::Rc;
|
||||
use async_trait::async_trait;
|
||||
use tokio::sync::broadcast::Receiver;
|
||||
|
||||
use crate::infrastructure::messaging::matrix::worker_tasks::AccountEvent;
|
||||
|
||||
use super::{
|
||||
common::{Avatar, UserId},
|
||||
room::{Room, RoomId},
|
||||
room_member::RoomMember,
|
||||
space::Space,
|
||||
};
|
||||
use crate::infrastructure::messaging::matrix::account_event::AccountEvent;
|
||||
|
||||
#[async_trait(?Send)]
|
||||
pub trait AccountMessagingConsumerInterface {
|
||||
|
Reference in New Issue
Block a user