Refactor
This commit is contained in:
7
src/remote/activitypub/renderer/index.ts
Normal file
7
src/remote/activitypub/renderer/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export default (x: any) => Object.assign({
|
||||
'@context': [
|
||||
'https://www.w3.org/ns/activitystreams',
|
||||
'https://w3id.org/security/v1',
|
||||
{ Hashtag: 'as:Hashtag' }
|
||||
]
|
||||
}, x);
|
Reference in New Issue
Block a user