Merge branch 'main' of ssh://10.0.3.4/moon/activitypress

This commit is contained in:
Moon Man 2023-12-27 16:39:52 +00:00
commit 8bf6ffbf31
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ export const sendAccept = async (user: User, follower: string, inbox: string) =>
"@context": CONTEXT,
type: "Accept",
actor,
to: [follower],
object: follower
};