From 373a1a27646ee9fb4a9846913b92e91a832eec92 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 11 Oct 2021 18:37:06 +0100 Subject: [PATCH] Add blurhash to context --- context.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/context.py b/context.py index 089e019f4..5b2bde5e3 100644 --- a/context.py +++ b/context.py @@ -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" } ]