Update signatures since Cargo.lock seemed to be using cached ruma
This commit is contained in:
parent
ccc75313c5
commit
85693cc30a
@ -260,7 +260,7 @@ impl StateEvent {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn signatures(&self) -> BTreeMap<Box<ServerName>, BTreeMap<String, String>> {
|
pub fn signatures(&self) -> BTreeMap<Box<ServerName>, BTreeMap<ruma::ServerKeyId, String>> {
|
||||||
match self {
|
match self {
|
||||||
Self::Full(ev) => match ev {
|
Self::Full(ev) => match ev {
|
||||||
Pdu::RoomV1Pdu(_) => maplit::btreemap! {},
|
Pdu::RoomV1Pdu(_) => maplit::btreemap! {},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user