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