larcen state-res from ruma

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

View file

@ -12,6 +12,7 @@ use std::{
use conduwuit::{
at, debug, debug_warn, err, error, implement, info,
pdu::{gen_event_id, EventHash, PduBuilder, PduCount, PduEvent},
state_res::{self, Event, RoomVersion},
utils::{
self, future::TryExtExt, stream::TryIgnore, IterStream, MutexMap, MutexMapGuard, ReadyExt,
},
@ -36,7 +37,6 @@ use ruma::{
GlobalAccountDataEventType, StateEventType, TimelineEventType,
},
push::{Action, Ruleset, Tweak},
state_res::{self, Event, RoomVersion},
uint, CanonicalJsonObject, CanonicalJsonValue, EventId, OwnedEventId, OwnedRoomId,
OwnedServerName, RoomId, RoomVersionId, ServerName, UserId,
};