summaryrefslogtreecommitdiffstats
path: root/activities/models/post_attachment.py
diff options
context:
space:
mode:
authorAndrew Godwin2022-12-16 19:45:39 -0700
committerAndrew Godwin2022-12-16 19:45:39 -0700
commit770f6728f60b50a8bed3f73e3b052f1a57f1262d (patch)
tree8ec1d6ce476cabafd80d6356ab940537050bd057 /activities/models/post_attachment.py
parent12567f6891ad591390cbd74c0e7b77a4a024a24e (diff)
downloadtakahe-770f6728f60b50a8bed3f73e3b052f1a57f1262d.tar.gz
takahe-770f6728f60b50a8bed3f73e3b052f1a57f1262d.tar.bz2
takahe-770f6728f60b50a8bed3f73e3b052f1a57f1262d.zip
Fix mastodon LD namespace
Fixes #179
Diffstat (limited to 'activities/models/post_attachment.py')
-rw-r--r--activities/models/post_attachment.py2
1 files changed, 1 insertions, 1 deletions
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 ###