Add blurhash to context

merge-requests/26/head
Bob Mottram 2021-10-11 18:37:06 +01:00
parent dba0653388
commit 373a1a2764
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ def getIndividualPostContext() -> []:
"conversation": "ostatus:conversation",
"sensitive": "as:sensitive",
"toot": "http://joinmastodon.org/ns#",
"votersCount": "toot:votersCount"
"votersCount": "toot:votersCount",
"blurhash": "toot:blurhash"
}
]