mirror of
https://github.com/logos-messaging/specs.git
synced 2026-01-02 22:23:07 +00:00
Update standards/application/relay-reliability.md
Co-authored-by: richΛrd <info@richardramos.me>
This commit is contained in:
parent
d31283c68c
commit
dc570d95be
@ -96,7 +96,7 @@ def fetchMissingMessages(queryParams):
|
||||
missingMessageHashes = []
|
||||
|
||||
# get missing message identifiers first in order to reduce the data transfer
|
||||
response = waku.store.queryMessageHashes(queryParams)
|
||||
response = waku.store.queryMessageHashes(peerID, queryParams)
|
||||
for !response.isComplete():
|
||||
# process each message in the response
|
||||
response.messages().forEach(messageHash -> {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user