feat(activity): activity page / feed separate

This commit is contained in:
Alexey Kasyanchuk
2018-06-16 23:29:58 +03:00
parent 545a0676c0
commit f09c6ab43f
6 changed files with 76 additions and 128 deletions

View File

@ -779,7 +779,7 @@ module.exports = async ({
// call once to get bigest feed
let feedLock = false
this.p2p.events.on('peer', () => {
p2p.events.on('peer', () => {
if(feedLock)
return
feedLock = true