From fb1568d019f9a98c49d1a51ff62de135f3a32c10 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 5 Nov 2022 19:27:04 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e226c230..024898b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +12,15 @@ * Redacting reactions on Matrix no longer removes the user's other reactions to the same message (premium users can have up to 3 reactions per message). * Changes to default user permissions on Telegram are now bridged. +* Added database index to make reaction polling more efficient + (thanks to [@AndrewFerr] in [#862]). ### Fixed +* Fixed provisioning API not working with URL-encoded parameters. [MSC2716]: https://github.com/matrix-org/matrix-spec-proposals/pull/2716 +[@AndrewFerr]: https://github.com/AndrewFerr +[#862]: https://github.com/mautrix/telegram/pull/862 # v0.12.1 (2022-09-26)