mirror of
https://github.com/chatmail/core.git
synced 2026-05-14 20:36:30 +03:00
imports
This commit is contained in:
@@ -456,13 +456,10 @@ async fn subscribe_loop(
|
|||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
|
use super::*;
|
||||||
use crate::{
|
use crate::{
|
||||||
chat::send_msg,
|
chat::send_msg,
|
||||||
message::{Message, Viewtype},
|
message::{Message, Viewtype},
|
||||||
peer_channels::{
|
|
||||||
get_iroh_gossip_peers, get_iroh_topic_for_msg, leave_webxdc_realtime,
|
|
||||||
send_webxdc_realtime_advertisement,
|
|
||||||
},
|
|
||||||
test_utils::TestContextManager,
|
test_utils::TestContextManager,
|
||||||
EventType,
|
EventType,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user