No longer spin up chat-related jobs at login
This commit is contained in:
parent
921097dea1
commit
495ec35655
1 changed files with 0 additions and 10 deletions
|
|
@ -375,16 +375,12 @@ const authenticate = async (alias, pass, __user) => {
|
||||||
}))
|
}))
|
||||||
|
|
||||||
// move this to a subscription; implement off() ? todo
|
// move this to a subscription; implement off() ? todo
|
||||||
API.Jobs.onAcceptedRequests(_user, mySEA)
|
|
||||||
API.Jobs.onOrders(_user, gun, mySEA)
|
API.Jobs.onOrders(_user, gun, mySEA)
|
||||||
API.Jobs.lastSeenNode(_user)
|
API.Jobs.lastSeenNode(_user)
|
||||||
|
|
||||||
API.Events.onChats(() => {})()
|
|
||||||
API.Events.onCurrentHandshakeAddress(() => {}, user)()
|
API.Events.onCurrentHandshakeAddress(() => {}, user)()
|
||||||
API.Events.onOutgoing(() => {})()
|
API.Events.onOutgoing(() => {})()
|
||||||
API.Events.onSeedBackup(() => {}, user, mySEA)
|
API.Events.onSeedBackup(() => {}, user, mySEA)
|
||||||
API.Events.onSimplerReceivedRequests(() => {})()
|
|
||||||
API.Events.onSimplerSentRequests(() => {})()
|
|
||||||
|
|
||||||
return _user._.sea.pub
|
return _user._.sea.pub
|
||||||
}
|
}
|
||||||
|
|
@ -429,17 +425,11 @@ const authenticate = async (alias, pass, __user) => {
|
||||||
)
|
)
|
||||||
}))
|
}))
|
||||||
|
|
||||||
API.Jobs.onAcceptedRequests(_user, mySEA)
|
|
||||||
API.Jobs.onOrders(_user, gun, mySEA)
|
API.Jobs.onOrders(_user, gun, mySEA)
|
||||||
API.Jobs.lastSeenNode(_user)
|
API.Jobs.lastSeenNode(_user)
|
||||||
|
|
||||||
API.Events.onChats(() => {})()
|
|
||||||
API.Events.onCurrentHandshakeAddress(() => {}, user)()
|
API.Events.onCurrentHandshakeAddress(() => {}, user)()
|
||||||
|
|
||||||
API.Events.onOutgoing(() => {})()
|
|
||||||
API.Events.onSeedBackup(() => {}, user, mySEA)
|
API.Events.onSeedBackup(() => {}, user, mySEA)
|
||||||
API.Events.onSimplerReceivedRequests(() => {})()
|
|
||||||
API.Events.onSimplerSentRequests(() => {})()
|
|
||||||
|
|
||||||
return ack.sea.pub
|
return ack.sea.pub
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue