mirror of https://gitlab.com/bashrc2/epicyon
Same context as mastodon
parent
266bdc0fe5
commit
b46342b455
11
posts.py
11
posts.py
|
@ -1385,10 +1385,13 @@ def _createPostBase(baseDir: str, nickname: str, domain: str, port: int,
|
|||
postContext = [
|
||||
'https://www.w3.org/ns/activitystreams',
|
||||
{
|
||||
'Hashtag': 'as:Hashtag',
|
||||
'sensitive': 'as:sensitive',
|
||||
'toot': 'http://joinmastodon.org/ns#',
|
||||
'votersCount': 'toot:votersCount'
|
||||
"ostatus": "http://ostatus.org#",
|
||||
"atomUri": "ostatus:atomUri",
|
||||
"inReplyToAtomUri": "ostatus:inReplyToAtomUri",
|
||||
"conversation": "ostatus:conversation",
|
||||
"sensitive": "as:sensitive",
|
||||
"toot": "http://joinmastodon.org/ns#",
|
||||
"votersCount": "toot:votersCount"
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue