refactor deliver
to extract actor from activity #377
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue