Add room state accessor iterating state_keys joined by respective event_id.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-10-07 18:10:24 +00:00
parent 97e709492c
commit 5c61b4d4a3
2 changed files with 25 additions and 1 deletions

View File

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