From 9ae85a3408b80e5838044f67f206b72a73758ae4 Mon Sep 17 00:00:00 2001 From: sachaaaaa Date: Wed, 6 Feb 2019 13:53:59 +1100 Subject: [PATCH] Add missing argument when calling sendMessage in sendEmptyMessage --- libloki/api.js | 1 + 1 file changed, 1 insertion(+) diff --git a/libloki/api.js b/libloki/api.js index 83fec66c9..2ecc28ebd 100644 --- a/libloki/api.js +++ b/libloki/api.js @@ -64,6 +64,7 @@ null, // messageText [], // attachments null, // quote + [], // preview Date.now(), // timestamp null, // expireTimer null, // profileKey