Widened actor merge avatar conflict ignore scope.
This commit is contained in:
@@ -871,7 +871,7 @@ export async function mergeActors(targetActorId, sourceActorIds, comment, reqUse
|
|||||||
trx('actors_avatars')
|
trx('actors_avatars')
|
||||||
.update('actor_id', targetActorId)
|
.update('actor_id', targetActorId)
|
||||||
.whereIn('actor_id', sourceActorIds)
|
.whereIn('actor_id', sourceActorIds)
|
||||||
.onConflict(['profile_id', 'media_id'])
|
.onConflict()
|
||||||
.ignore(),
|
.ignore(),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user