Add state_cache iteration for local pending invitees to room.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-08-30 09:24:02 +00:00
parent 6172b9c8ec
commit 7bc47e58d0
2 changed files with 18 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
#![type_length_limit = "65536"] //TODO: REDUCE ME
#![type_length_limit = "163840"] //TODO: REDUCE ME
#![allow(clippy::toplevel_ref_arg)]
pub mod client;