feat: add enhanced support for kind:1111 comments
This commit is contained in:
parent
78725d1e88
commit
06f9ea984f
6 changed files with 97 additions and 258 deletions
|
|
@ -186,7 +186,7 @@ class ClientService extends EventTarget {
|
|||
) {
|
||||
const newEventIdSet = new Set<string>()
|
||||
const requestCount = subRequests.length
|
||||
const threshold = Math.ceil(requestCount / 2)
|
||||
const threshold = Math.floor(requestCount / 2)
|
||||
let eventIdSet = new Set<string>()
|
||||
let events: NEvent[] = []
|
||||
let eosedCount = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue