diff options
author | 2024-07-31 20:43:39 +0200 | |
---|---|---|
committer | 2024-07-31 18:43:39 +0000 | |
commit | 697261da53cdb0b4230cb800d71bf333b367bff4 (patch) | |
tree | c02e2a2ae736c8ecbc306d3965420393f30f2a94 /internal/media/processingmedia.go | |
parent | [feature] Implement Mastodon-compatible roles (#3136) (diff) | |
download | gotosocial-697261da53cdb0b4230cb800d71bf333b367bff4.tar.xz |
[chore] Take account of rotation data when calculating full size image dimensions (#3159)
* [chore] Take account of rotation data when calculating full size image dimensions
* boobies
Diffstat (limited to 'internal/media/processingmedia.go')
-rw-r--r-- | internal/media/processingmedia.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/media/processingmedia.go b/internal/media/processingmedia.go index 3da036ac7..5d1d47b97 100644 --- a/internal/media/processingmedia.go +++ b/internal/media/processingmedia.go @@ -223,7 +223,6 @@ func (p *ProcessingMedia) store(ctx context.Context) error { width, height, aspect, - result.rotation, ) p.media.FileMeta.Small.Width = thumbWidth p.media.FileMeta.Small.Height = thumbHeight |