remove invalid keywords
This commit is contained in:
parent
527072f538
commit
d40f53fa85
1 changed files with 3 additions and 3 deletions
|
|
@ -315,17 +315,17 @@ const onIncomingMessages = (cb, userPK, incomingFeedID, gun, user, SEA) => {
|
|||
/**
|
||||
* @type {Outgoings}
|
||||
*/
|
||||
export let currentOutgoings = {}
|
||||
let currentOutgoings = {}
|
||||
|
||||
/**
|
||||
* @type {Outgoings}
|
||||
*/
|
||||
export let encryptedOutgoings = {}
|
||||
let encryptedOutgoings = {}
|
||||
|
||||
/** @type {Set<OutgoingsListener>} */
|
||||
const outgoingsListeners = new Set()
|
||||
|
||||
export const notifyOutgoingsListeners = () => {
|
||||
const notifyOutgoingsListeners = () => {
|
||||
outgoingsListeners.forEach(l => l(currentOutgoings))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue