unused code
This commit is contained in:
parent
59a238b3c7
commit
012264d3ba
1 changed files with 0 additions and 6 deletions
|
|
@ -316,11 +316,6 @@ const onIncomingMessages = (cb, userPK, incomingFeedID, gun, user, SEA) => {
|
|||
*/
|
||||
let currentOutgoings = {}
|
||||
|
||||
/**
|
||||
* @type {Outgoings}
|
||||
*/
|
||||
let encryptedOutgoings = {}
|
||||
|
||||
/** @type {Set<OutgoingsListener>} */
|
||||
const outgoingsListeners = new Set()
|
||||
|
||||
|
|
@ -344,7 +339,6 @@ const onOutgoing = cb => {
|
|||
if (lastUserWithListener !== currentUser) {
|
||||
// in case user changed gun alias
|
||||
currentOutgoings = {}
|
||||
encryptedOutgoings = {}
|
||||
lastUserWithListener = currentUser
|
||||
|
||||
currentUser.get(Key.OUTGOINGS).open(async data => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue