dnslink-ipfs: ipfs.cat() is better suited for what we need here (ref. #61)

merge-requests/15/head
Michał 'rysiek' Woźniak 2022-10-17 01:09:02 +00:00
rodzic 4249f95923
commit 519f998f09
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -116,7 +116,7 @@
// TODO: use the iterator, luke
LR.log(pluginName, "+-- starting IPFS retrieval of: '" + ipfsaddr.value + "'");
return ipfs.get(ipfsaddr.value);
return ipfs.cat(ipfsaddr.value);
}).then(async (source) => {