actually store listener
This commit is contained in:
parent
72ff9eb21a
commit
03fe61f2e4
1 changed files with 1 additions and 0 deletions
|
|
@ -398,6 +398,7 @@ const processOutgoings = async () => {
|
|||
* @returns {() => void}
|
||||
*/
|
||||
const onOutgoing = cb => {
|
||||
outgoingsListeners.add(cb)
|
||||
cb(currentOutgoings)
|
||||
|
||||
const currentUser = require('../Mediator').getUser()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue