Move state_res from tuwunel_core to tuwunel_service.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2026-02-16 05:43:03 +00:00
parent 6a550baf5f
commit 9ede830ffe
73 changed files with 134 additions and 131 deletions

View File

@@ -8,10 +8,10 @@ use ruma::{
use tuwunel_core::{
Result, debug_warn, err, implement,
matrix::{Event, PduEvent},
state_res::{self},
};
use super::check_room_id;
use crate::rooms::state_res;
#[implement(super::Service)]
#[tracing::instrument(