Added avatar credit exclusion to profile interpolation.
This commit is contained in:
@@ -376,7 +376,10 @@ async function interpolateProfiles(actorIdsOrNames, refreshView) {
|
||||
const { interpolateProfiles: interpolateProfilesUtil } = await actorsCommon;
|
||||
|
||||
try {
|
||||
await interpolateProfilesUtil(actorIdsOrNames, commonContext, { refreshView });
|
||||
await interpolateProfilesUtil(actorIdsOrNames, commonContext, {
|
||||
refreshView,
|
||||
...config.interpolation,
|
||||
});
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user