summaryrefslogtreecommitdiffstats
path: root/activities/models/post_attachment.py
diff options
context:
space:
mode:
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 ###