larcen state-res from ruma

This commit is contained in:
Jason Volk 2025-02-05 12:22:22 +00:00 committed by strawberry
commit 0a9a9b3c92
24 changed files with 5082 additions and 33 deletions

View file

@ -3,10 +3,12 @@ use std::{
sync::Arc,
};
use conduwuit::{debug, debug_info, err, implement, trace, warn, Err, Error, PduEvent, Result};
use conduwuit::{
debug, debug_info, err, implement, state_res, trace, warn, Err, Error, PduEvent, Result,
};
use futures::{future::ready, TryFutureExt};
use ruma::{
api::client::error::ErrorKind, events::StateEventType, state_res, CanonicalJsonObject,
api::client::error::ErrorKind, events::StateEventType, CanonicalJsonObject,
CanonicalJsonValue, EventId, RoomId, ServerName,
};