mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-12-11 17:58:52 -05:00
refactor dyn KvTree out of services
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
57acc4f655
commit
cb48e25783
69 changed files with 594 additions and 647 deletions
|
|
@ -1,5 +1,6 @@
|
|||
use std::{cmp::Ordering, collections::BTreeMap, sync::Arc};
|
||||
|
||||
use conduit::{warn, Error};
|
||||
use ruma::{
|
||||
canonical_json::redact_content_in_place,
|
||||
events::{
|
||||
|
|
@ -17,9 +18,8 @@ use serde_json::{
|
|||
json,
|
||||
value::{to_raw_value, RawValue as RawJsonValue},
|
||||
};
|
||||
use tracing::warn;
|
||||
|
||||
use crate::{services, Error};
|
||||
use crate::services;
|
||||
|
||||
#[derive(Deserialize)]
|
||||
struct ExtractRedactedBecause {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue