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 = [
|
postContext = [
|
||||||
'https://www.w3.org/ns/activitystreams',
|
'https://www.w3.org/ns/activitystreams',
|
||||||
{
|
{
|
||||||
'Hashtag': 'as:Hashtag',
|
"ostatus": "http://ostatus.org#",
|
||||||
'sensitive': 'as:sensitive',
|
"atomUri": "ostatus:atomUri",
|
||||||
'toot': 'http://joinmastodon.org/ns#',
|
"inReplyToAtomUri": "ostatus:inReplyToAtomUri",
|
||||||
'votersCount': 'toot:votersCount'
|
"conversation": "ostatus:conversation",
|
||||||
|
"sensitive": "as:sensitive",
|
||||||
|
"toot": "http://joinmastodon.org/ns#",
|
||||||
|
"votersCount": "toot:votersCount"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue