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: {
id: user.id,
},
byActor[actor],
content: byActor[actor],
to,
deletingUserId,
};