Fixed profile ID missing when profile is updated.
This commit is contained in:
@@ -981,6 +981,7 @@ async function getOrCreateActors(baseActors, batchId) {
|
||||
...actor,
|
||||
actorId,
|
||||
update: profileIdsByActorIdAndEntityId[actorId]?.[actor.entity?.id],
|
||||
profileId: profileIdsByActorIdAndEntityId[actorId]?.[actor.entity?.id],
|
||||
};
|
||||
})
|
||||
.filter((actor) => !!actor.actorId)
|
||||
|
||||
Reference in New Issue
Block a user