From cccf533abc30ff6318ea244b6a4bfd1fe1d1372e Mon Sep 17 00:00:00 2001 From: Beaudan Brown Date: Mon, 2 Sep 2019 13:58:45 +1000 Subject: [PATCH] Save conversation after all messages are processed --- js/modules/loki_public_chat_api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/modules/loki_public_chat_api.js b/js/modules/loki_public_chat_api.js index 59214f65e..7a959c316 100644 --- a/js/modules/loki_public_chat_api.js +++ b/js/modules/loki_public_chat_api.js @@ -490,8 +490,8 @@ class LokiPublicChannelAPI { this.lastGot = !this.lastGot ? adnMessage.id : Math.max(this.lastGot, adnMessage.id); - conversation.setLastRetrievedMessage(this.lastGot); }); + conversation.setLastRetrievedMessage(this.lastGot); } setTimeout(() => {