From e2a1b85de955c87795a5479b10d31565f1714112 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Thu, 30 Jan 2020 07:59:03 -0400 Subject: [PATCH] logging --- services/gunDB/contact-api/events/index.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/services/gunDB/contact-api/events/index.js b/services/gunDB/contact-api/events/index.js index a9fc0774..b0ea1927 100644 --- a/services/gunDB/contact-api/events/index.js +++ b/services/gunDB/contact-api/events/index.js @@ -465,6 +465,11 @@ const processChats = () => { msgs = [...msgs, ...incoming] } + console.log('-------------------------------------------------') + console.log(`msgs before filtering`) + console.log(msgs) + console.log('-------------------------------------------------') + /** @type {Chat} */ const chat = { recipientPublicKey: out.with,