summary refs log tree commit diff
path: root/changelog.d/15876.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.88.0rc1David Robertson2023-07-111-1/+0
|
* use Image.LANCZOS instead of Image.ANTIALIAS for thumbnail resize (#15876)an0nfunc2023-07-051-0/+1
Image.ANTIALIAS is not defined in current pillow releases. Since ANTIALIAS was just using LANCZOS anyways, this is just a cosmetic change, but makes synapse work with most recent pillow releases. Signed-off-by: Giovanni Harting <539@idlegandalf.com>