Add better interface for getting and setting room tag account data.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-10-07 12:45:14 +00:00
parent 4d8d64f5c7
commit 4ca68deef8
3 changed files with 46 additions and 33 deletions

View File

@@ -1,3 +1,5 @@
mod room_tags;
use std::sync::Arc;
use futures::{Stream, StreamExt, TryFutureExt};