Merge branch 'main' of ssh://10.0.3.4/moon/activitypress
This commit is contained in:
commit
8bf6ffbf31
|
@ -196,6 +196,7 @@ export const sendAccept = async (user: User, follower: string, inbox: string) =>
|
|||
"@context": CONTEXT,
|
||||
type: "Accept",
|
||||
actor,
|
||||
to: [follower],
|
||||
object: follower
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue