move FoundIn to observability.rs

This commit is contained in:
Charles Hall 2024-06-04 12:24:01 -07:00
parent 0bd2c43dab
commit 22dd7f1a54
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
9 changed files with 43 additions and 53 deletions

View file

@ -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 {