mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-18 08:11:24 +01:00
move FoundIn to observability.rs
This commit is contained in:
parent
0bd2c43dab
commit
22dd7f1a54
9 changed files with 43 additions and 53 deletions
|
|
@ -28,7 +28,8 @@ use tokio::sync::MutexGuard;
|
|||
use tracing::{error, warn};
|
||||
|
||||
use crate::{
|
||||
service::pdu::PduBuilder, services, utils::FoundIn, Error, PduEvent, Result,
|
||||
observability::FoundIn, service::pdu::PduBuilder, services, Error,
|
||||
PduEvent, Result,
|
||||
};
|
||||
|
||||
pub(crate) struct Service {
|
||||
|
|
|
|||
|
|
@ -10,11 +10,7 @@ use lru_cache::LruCache;
|
|||
use ruma::{EventId, RoomId};
|
||||
|
||||
use self::data::StateDiff;
|
||||
use crate::{
|
||||
services,
|
||||
utils::{self, FoundIn},
|
||||
Result,
|
||||
};
|
||||
use crate::{observability::FoundIn, services, utils, Result};
|
||||
|
||||
#[derive(Clone)]
|
||||
pub(crate) struct CompressedStateLayer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue