From 770f6728f60b50a8bed3f73e3b052f1a57f1262d Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Fri, 16 Dec 2022 19:45:39 -0700 Subject: Fix mastodon LD namespace Fixes #179 --- 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 3b1f425..7fa125a 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, - "http://joinmastodon.org/ns#focalPoint": [0, 0], + "toot:focalPoint": [0, 0], } ### Mastodon Client API ### -- cgit v1.2.3