mirror of https://codeberg.org/pzp/pzp-sync.git
Fix failing realtime test
This commit is contained in:
parent
636cd9adcc
commit
87b6b25685
|
@ -109,7 +109,7 @@ class SyncStream extends Pipeable {
|
||||||
if (!this.sink || this.sink.paused) return
|
if (!this.sink || this.sink.paused) return
|
||||||
const tangleIDs = [msgID].concat(Object.keys(msg.metadata.tangles))
|
const tangleIDs = [msgID].concat(Object.keys(msg.metadata.tangles))
|
||||||
|
|
||||||
//this.resume()
|
this.resume()
|
||||||
|
|
||||||
for (const id of tangleIDs) {
|
for (const id of tangleIDs) {
|
||||||
if (this.#realtimeSyncing.has(id)) {
|
if (this.#realtimeSyncing.has(id)) {
|
||||||
|
|
Loading…
Reference in New Issue