feat(p2p): information about feed
This commit is contained in:
parent
8792da82d5
commit
bd8921c186
@ -891,6 +891,10 @@ module.exports = async ({
|
|||||||
|
|
||||||
// store torrent to feed
|
// store torrent to feed
|
||||||
await feed.load()
|
await feed.load()
|
||||||
|
Object.defineProperty(p2p.info, 'feed', {
|
||||||
|
enumerable: true,
|
||||||
|
get: () => feed.size()
|
||||||
|
});
|
||||||
p2pStore.on('store', async ({data: record, temp, myself}) => {
|
p2pStore.on('store', async ({data: record, temp, myself}) => {
|
||||||
if(record.type !== 'vote')
|
if(record.type !== 'vote')
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user