Merge pull request #2632 from p-f/bugfix/linebreak-html-formatting

fix: Fix formatting of messages with newlines
This commit is contained in:
Krille-chan 2026-03-02 17:21:23 +01:00 committed by GitHub
commit 55a886c68a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -138,7 +138,6 @@ abstract class ClientManager {
(share) => share.name == shareKeysWith,
) ??
ShareKeysWith.all,
convertLinebreaksInFormatting: false,
onSoftLogout: enableSoftLogout
? (client) => client.refreshAccessToken()
: null,