add to to accept

This commit is contained in:
Moon Man 2023-12-27 11:39:23 -05:00
parent f1211f98a7
commit d2b9db4499
1 changed files with 1 additions and 0 deletions

View File

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