From a4692f45ea7521ef0c00b4644e09f2abe4407e90 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 17 Jan 2023 14:48:58 -0600 Subject: [PATCH] CHANGELOG: update for chat attachment improvements --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f511a0982..58f181b6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Admin: redirect the homepage to any URL. ### Changed +- Chats: improved display of media attachments. ### Fixed +- Chats: media attachments rendering at the wrong size and/or causing the chat to scroll on load. +- Chats: don't display "copy" button for messages without text. ### Removed - Admin: single user mode. Now the homepage can be redirected to any URL.