current changes with fixing to detecting offline peers

This commit is contained in:
2023-06-30 01:09:42 +01:00
parent ae5f1d2fd7
commit 187621a29e
5 changed files with 56 additions and 39 deletions

View File

@@ -69,7 +69,7 @@ func (api *WebapiInstance) ExploreFileSharedByNodeThatSharedSimilarFile(fileType
// loop over results
for n := range resultFiles {
ApiFile := blockRecordFileToAPI(resultFiles[n])
ApiFile := blockRecordFileToAPI(resultFiles[n], false)
if ApiFile.NodeID == nil {
continue
}