Implement announce
And bug fixes
This commit is contained in:
parent
0004944708
commit
6e34e77372
17 changed files with 164 additions and 300 deletions
4
src/remote/activitypub/renderer/announce.ts
Normal file
4
src/remote/activitypub/renderer/announce.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export default object => ({
|
||||
type: 'Announce',
|
||||
object
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue