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
|
|
@ -3,10 +3,8 @@ use std::sync::Arc;
|
|||
use ruma::{events::StateEventType, EventId, RoomId};
|
||||
|
||||
use crate::{
|
||||
database::KeyValueDatabase,
|
||||
service, services,
|
||||
utils::{self, FoundIn},
|
||||
Error, Result,
|
||||
database::KeyValueDatabase, observability::FoundIn, service, services,
|
||||
utils, Error, Result,
|
||||
};
|
||||
|
||||
impl service::rooms::short::Data for KeyValueDatabase {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue