Accept remote follow
This commit is contained in:
parent
32c008d008
commit
cc3704c3e9
2 changed files with 32 additions and 21 deletions
4
src/remote/activitypub/renderer/accept.ts
Normal file
4
src/remote/activitypub/renderer/accept.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export default object => ({
|
||||
type: 'Accept',
|
||||
object
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue