dont delete encrypted outgoings
This commit is contained in:
parent
2d1e328cfb
commit
4a03cde744
1 changed files with 0 additions and 1 deletions
|
|
@ -333,7 +333,6 @@ let lastUserWithListener = null
|
||||||
|
|
||||||
const processOutgoings = async () => {
|
const processOutgoings = async () => {
|
||||||
const outs = encryptedOutgoings
|
const outs = encryptedOutgoings
|
||||||
encryptedOutgoings = {}
|
|
||||||
const mySecret = await Utils.mySecret()
|
const mySecret = await Utils.mySecret()
|
||||||
const SEA = require('../../Mediator').mySEA
|
const SEA = require('../../Mediator').mySEA
|
||||||
const user = require('../../Mediator').getUser()
|
const user = require('../../Mediator').getUser()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue