Implement outbox
This commit is contained in:
parent
0cb6fbea8c
commit
1f1417a0f7
12 changed files with 161 additions and 76 deletions
5
src/common/remote/activitypub/renderer/context.ts
Normal file
5
src/common/remote/activitypub/renderer/context.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
export default [
|
||||
'https://www.w3.org/ns/activitystreams',
|
||||
'https://w3id.org/security/v1',
|
||||
{ Hashtag: 'as:Hashtag' }
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue