diff --git a/services/gunDB/contact-api/events/index.js b/services/gunDB/contact-api/events/index.js index d046c7eb..8e5da91e 100644 --- a/services/gunDB/contact-api/events/index.js +++ b/services/gunDB/contact-api/events/index.js @@ -468,8 +468,9 @@ const processChats = debounce(() => { const pubToAvatar = Streams.getPubToAvatar() const pubToDn = Streams.getPubToDn() const pubToLastSeenApp = Streams.getPubToLastSeenApp() + const currentOutgoings = getCurrentOutgoings() const existingOutgoings = /** @type {[string, Outgoing][]} */ (Object.entries( - getCurrentOutgoings() + currentOutgoings ).filter(([_, o]) => o !== null)) const pubToFeed = Streams.getPubToFeed()