[Client] Send correct key in olm

This commit is contained in:
Christian Pauly 2020-02-18 08:55:18 +01:00
parent bb1731a4c1
commit 10f0424c97
1 changed files with 1 additions and 1 deletions

View File

@ -1639,7 +1639,7 @@ class Client {
"type": type,
"content": message,
"sender": this.userID,
"sender_keys": {"ed25519": fingerprintKey},
"keys": {"ed25519": fingerprintKey},
"recipient": device.userId,
"recipient_keys": {"ed25519": device.ed25519Key},
};