diff --git a/posts.py b/posts.py index f0950ca1f..3511a7065 100644 --- a/posts.py +++ b/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" } ]