From 220f0aa9f5a576e890b0cd8a0b43e4ca984c16d3 Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Wed, 4 Sep 2019 00:07:03 -0700 Subject: [PATCH] handle empty servers better --- js/modules/loki_public_chat_api.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/js/modules/loki_public_chat_api.js b/js/modules/loki_public_chat_api.js index f2f312206..5b22bed2e 100644 --- a/js/modules/loki_public_chat_api.js +++ b/js/modules/loki_public_chat_api.js @@ -457,6 +457,12 @@ class LokiPublicChannelAPI { { params } ); + // if any problems, abort out + if (res.err || !res.response) { + if (res.err) log.error('Error '+res.err); + break; + } + // Process results res.response.data.reverse().forEach(deleteEntry => { // Escalate it up to the subsystem that can check to see if this has