mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-12-17 15:18:59 +01:00
8 lines
173 B
TypeScript
8 lines
173 B
TypeScript
|
export default (x: any) => Object.assign({
|
||
|
'@context': [
|
||
|
'https://www.w3.org/ns/activitystreams',
|
||
|
'https://w3id.org/security/v1',
|
||
|
{ Hashtag: 'as:Hashtag' }
|
||
|
]
|
||
|
}, x);
|