Merge branch 'client-fix-send-correct-key' into 'master'
[Client] Send correct key in olm See merge request famedly/famedlysdk!199
This commit is contained in:
commit
2f3afb28ee
|
@ -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},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue