mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 08:32:23 +01:00
fix: minor on collection filters, #482
This commit is contained in:
parent
477d81e1db
commit
4753ae01f9
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export default ({ app, store }, inject) => {
|
|||
}
|
||||
} else if (context === 'icon') {
|
||||
if (actor?.ap_id) {
|
||||
return actor?.object?.icon?.url ?? `${item.url}/favicon.ico`
|
||||
return actor?.object?.icon?.url ?? `${actor?.instanceDomain ?? actor?.domain ?? '' }/favicon.ico`
|
||||
} else {
|
||||
return store.state.settings.baseurl + '/logo.png'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue