diff options
author | Andrew Godwin | 2022-12-10 21:03:14 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-12-12 11:56:49 -0700 |
commit | 1017c71ba1d80a1690e357a938ad46f246a456ae (patch) | |
tree | ffe6172f5f38bb1c8aac3c42ada272bba40348e7 /activities | |
parent | a8d1450763bea6f8d5388633b62a92c7d89913b6 (diff) | |
download | takahe-1017c71ba1d80a1690e357a938ad46f246a456ae.tar.gz takahe-1017c71ba1d80a1690e357a938ad46f246a456ae.tar.bz2 takahe-1017c71ba1d80a1690e357a938ad46f246a456ae.zip |
Working start of an OAuth flow
Diffstat (limited to 'activities')
-rw-r--r-- | activities/models/post_attachment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activities/models/post_attachment.py b/activities/models/post_attachment.py index 932ae65..120a1d1 100644 --- a/activities/models/post_attachment.py +++ b/activities/models/post_attachment.py @@ -95,5 +95,5 @@ class PostAttachment(StatorModel): "width": self.width, "height": self.height, "mediaType": self.mimetype, - "http://joinmastodon.org/ns#focalPoint": [0.5, 0.5], + "http://joinmastodon.org/ns#focalPoint": [0, 0], } |