Implement account muting
This commit is contained in:
parent
3972706c54
commit
8cd2b4a721
12 changed files with 101 additions and 15 deletions
|
@ -77,7 +77,7 @@ export async function getLinkMeta(
|
|||
meta.image = httpResMeta.image
|
||||
} catch (e) {
|
||||
// failed
|
||||
console.log(e)
|
||||
console.error(e)
|
||||
meta.error = 'Failed to fetch link'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue