From b6a8737d2e95438ada6c84feeec22db41fa73095 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sat, 17 Dec 2022 17:48:33 -0700 Subject: Some more JSON-LD namespace fixing --- activities/models/post_attachment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activities/models/post_attachment.py') diff --git a/activities/models/post_attachment.py b/activities/models/post_attachment.py index ed50771..0162f5a 100644 --- a/activities/models/post_attachment.py +++ b/activities/models/post_attachment.py @@ -96,7 +96,7 @@ class PostAttachment(StatorModel): "width": self.width, "height": self.height, "mediaType": self.mimetype, - "toot:focalPoint": [0, 0], + "blurhash": self.blurhash, } ### Mastodon Client API ### -- cgit v1.2.3