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: {
|
user: {
|
||||||
id: user.id,
|
id: user.id,
|
||||||
},
|
},
|
||||||
byActor[actor],
|
content: byActor[actor],
|
||||||
to,
|
to,
|
||||||
deletingUserId,
|
deletingUserId,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue