mirror of
https://github.com/logos-messaging/specs.git
synced 2026-01-07 16:43:06 +00:00
Update standards/application/relay-reliability.md
Co-authored-by: richΛrd <info@richardramos.me>
This commit is contained in:
parent
dc570d95be
commit
33a17ebe78
@ -111,7 +111,7 @@ def fetchMissingMessages(queryParams):
|
|||||||
response.Next()
|
response.Next()
|
||||||
|
|
||||||
# fetch missing messages with hashes in batch
|
# fetch missing messages with hashes in batch
|
||||||
response = waku.store.queryMessages(queryParams, missingMessageHashes)
|
response = waku.store.queryMessagesByHash(peerID, missingMessageHashes)
|
||||||
response.messages().forEach(message -> {
|
response.messages().forEach(message -> {
|
||||||
processMessage(message)
|
processMessage(message)
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user