From 10f0424c9734725d2439efac18de9a9014160f22 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Tue, 18 Feb 2020 08:55:18 +0100 Subject: [PATCH] =?UTF-8?q?[Client]=C2=A0Send=20correct=20key=20in=20olm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/src/client.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/client.dart b/lib/src/client.dart index 3f280268..036d4572 100644 --- a/lib/src/client.dart +++ b/lib/src/client.dart @@ -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}, };