about summary refs log tree commit diff
path: root/src/state/models/link-metas-view.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/state/models/link-metas-view.ts')
-rw-r--r--src/state/models/link-metas-view.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/models/link-metas-view.ts b/src/state/models/link-metas-view.ts
index 0187f4260..6b787987d 100644
--- a/src/state/models/link-metas-view.ts
+++ b/src/state/models/link-metas-view.ts
@@ -31,7 +31,7 @@ export class LinkMetasViewModel {
       }
     }
     try {
-      const promise = getLinkMeta(url)
+      const promise = getLinkMeta(this.rootStore, url)
       this.cache.set(url, promise)
       const res = await promise
       this.cache.set(url, res)