logging
This commit is contained in:
parent
012264d3ba
commit
e2a1b85de9
1 changed files with 5 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue