We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33607f9 commit 9c71790Copy full SHA for 9c71790
we-applet/src/appletServices/getAssetInfo.ts
@@ -44,7 +44,7 @@ export async function getAssetInfo(
44
console.log("Files/we-applet/getAssetInfo(): cellProxy?", !!cellProxy);
45
const proxy/*: FilesProxy */ = new FilesProxy(cellProxy);
46
console.log("Files/we-applet/getAssetInfo(): getFile()", intoDhtId(wal.hrl[1]), proxy);
47
- const manifest = await proxy.getFileInfo(wal.hrl[1]);
+ const manifest = await proxy.getFileInfoLocal(wal.hrl[1]);
48
console.log("Files/we-applet/getAssetInfo(): file", manifest.description);
49
return {
50
icon_src: wrapPathInSvg(mdiFileOutline),
0 commit comments