async fn room_account_data( services: State, user_id: &UserId, room_id: OwnedRoomId, ) -> Option<(OwnedRoomId, BTreeMap<String, Raw<AnyRoomAccountDataEventContent>>)>