Improve link meta fetching for bsky links (#54)
* Add share dropdown item to profiles * Temporary improvement for links to content on the network * Enlarge text slightly on embed cards
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user