Merge pull request #2632 from p-f/bugfix/linebreak-html-formatting
fix: Fix formatting of messages with newlines
This commit is contained in:
commit
55a886c68a
1 changed files with 0 additions and 1 deletions
|
|
@ -138,7 +138,6 @@ abstract class ClientManager {
|
|||
(share) => share.name == shareKeysWith,
|
||||
) ??
|
||||
ShareKeysWith.all,
|
||||
convertLinebreaksInFormatting: false,
|
||||
onSoftLogout: enableSoftLogout
|
||||
? (client) => client.refreshAccessToken()
|
||||
: null,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue