Deprecate onOutgoings
This commit is contained in:
parent
d95620096a
commit
79e569c322
2 changed files with 2 additions and 2 deletions
|
|
@ -395,7 +395,7 @@ const authenticate = async (alias, pass, __user) => {
|
|||
API.Jobs.lastSeenNode(_user)
|
||||
|
||||
API.Events.onCurrentHandshakeAddress(() => {}, user)()
|
||||
API.Events.onOutgoing(() => {})()
|
||||
// API.Events.onOutgoing(() => {})()
|
||||
API.Events.onSeedBackup(() => {}, user, mySEA)
|
||||
|
||||
return _user._.sea.pub
|
||||
|
|
|
|||
|
|
@ -404,7 +404,7 @@ const onChats = cb => {
|
|||
|
||||
if (!onChatsSubbed) {
|
||||
const Streams = require('../streams')
|
||||
onOutgoing(processChats)
|
||||
// onOutgoing(processChats)
|
||||
Streams.onPubToFeed(processChats)
|
||||
onChatsSubbed = true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue