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,