various cleanup tweaks/fixes
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
96fcf7f94d
commit
26dcab272d
18 changed files with 86 additions and 99 deletions
|
@ -244,7 +244,7 @@ pub(crate) async fn get_key_changes_route(
|
|||
device_list_updates.extend(
|
||||
services
|
||||
.users
|
||||
.keys_changed(room_id.as_ref(), from, Some(to))
|
||||
.keys_changed(room_id.as_str(), from, Some(to))
|
||||
.map(ToOwned::to_owned)
|
||||
.collect::<Vec<_>>()
|
||||
.await,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue