refactor deliver to extract actor from activity #377

Open
Johann150 wants to merge 8 commits from refactor-deliver-actor into main
Showing only changes of commit 7f7fbc291e - Show all commits

View file

@ -125,7 +125,7 @@ export async function deliver(content: IActivity|IActivity[], to: string | null,
user: { user: {
id: user.id, id: user.id,
}, },
byActor[actor], content: byActor[actor],
to, to,
deletingUserId, deletingUserId,
}; };