Added network to profile context when site is available.
This commit is contained in:
@@ -615,7 +615,7 @@ async function associateAvatars(profiles) {
|
||||
? {
|
||||
...profile,
|
||||
avatarBaseMedia: toBaseMedias([profile.avatar], 'avatars', {
|
||||
copyright: profile.network?.name || null,
|
||||
copyright: profile.network?.name || profile.site?.name || null,
|
||||
scraper: profile.scraper || null,
|
||||
})[0],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user