From 1e8fb6459de6c795bd151c38b2846d643680c8bb Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 1 Jul 2022 11:07:43 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f82c48e..9463ddf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,10 @@ * Added option to include captions in the same message as the media to implement [MSC2530]. * Added basic support for fancy business messages (template and list messages). +* Added periodic background sync of user and group avatars. +* Added maximum message handling duration config options to prevent messages + getting stuck and blocking everything. +* Changed message send error notices to be replies to the errored message. * Fixed backfill queue on SQLite. [MSC2530]: https://github.com/matrix-org/matrix-spec-proposals/pull/2530