[Client] Send correct key in olm
This commit is contained in:
parent
bb1731a4c1
commit
10f0424c97
|
@ -1639,7 +1639,7 @@ class Client {
|
||||||
"type": type,
|
"type": type,
|
||||||
"content": message,
|
"content": message,
|
||||||
"sender": this.userID,
|
"sender": this.userID,
|
||||||
"sender_keys": {"ed25519": fingerprintKey},
|
"keys": {"ed25519": fingerprintKey},
|
||||||
"recipient": device.userId,
|
"recipient": device.userId,
|
||||||
"recipient_keys": {"ed25519": device.ed25519Key},
|
"recipient_keys": {"ed25519": device.ed25519Key},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue