summary refs log tree commit diff
path: root/changelog.d/13927.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.71.0rc1David Robertson2022-11-011-1/+0
|
* fix broken avatar checks when server_name contains a port (#13927)Ashish Kumar2022-10-261-0/+1
Fixes check_avatar_size_and_mime_type() to successfully update avatars on homeservers running on non-default ports which it would mistakenly treat as remote homeserver while validating the avatar's size and mime type. Signed-off-by: Ashish Kumar ashfame@users.noreply.github.com