improvement: maybe cross signing really works now

This commit is contained in:
Timo Kösters
2023-08-07 13:55:44 +02:00
parent acfe381dd3
commit c1e2ffc0cd
7 changed files with 35 additions and 15 deletions

View File

@@ -20,9 +20,8 @@ use ruma::{
StateEventType, TimelineEventType,
},
serde::Raw,
uint, DeviceId, OwnedDeviceId, OwnedEventId, OwnedUserId, RoomId, UInt, UserId,
uint, DeviceId, OwnedDeviceId, OwnedUserId, RoomId, UInt, UserId,
};
use serde::Deserialize;
use std::{
collections::{hash_map::Entry, BTreeMap, BTreeSet, HashMap, HashSet},
sync::Arc,