mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-18 16:21:24 +01:00
move FoundIn to observability.rs
This commit is contained in:
parent
71f3d84115
commit
b2d6810f35
9 changed files with 43 additions and 53 deletions
|
|
@ -8,10 +8,9 @@ use ruma::{
|
|||
|
||||
use crate::{
|
||||
database::KeyValueDatabase,
|
||||
observability::FoundIn,
|
||||
service::{self, appservice::RegistrationInfo},
|
||||
services,
|
||||
utils::{self, FoundIn},
|
||||
Error, Result,
|
||||
services, utils, Error, Result,
|
||||
};
|
||||
|
||||
impl service::rooms::state_cache::Data for KeyValueDatabase {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue