summaryrefslogtreecommitdiffstats
path: root/activities/models/post_attachment.py
diff options
context:
space:
mode:
authorAndrew Godwin2022-12-17 17:48:33 -0700
committerAndrew Godwin2022-12-17 17:48:33 -0700
commitb6a8737d2e95438ada6c84feeec22db41fa73095 (patch)
tree217e671a0f822f514f9beedcb344c510b1244111 /activities/models/post_attachment.py
parentc5e00a2c7397c58bb1282f6858401c491057953c (diff)
downloadtakahe-b6a8737d2e95438ada6c84feeec22db41fa73095.tar.gz
takahe-b6a8737d2e95438ada6c84feeec22db41fa73095.tar.bz2
takahe-b6a8737d2e95438ada6c84feeec22db41fa73095.zip
Some more JSON-LD namespace fixing
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 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 ###