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,
|
(share) => share.name == shareKeysWith,
|
||||||
) ??
|
) ??
|
||||||
ShareKeysWith.all,
|
ShareKeysWith.all,
|
||||||
convertLinebreaksInFormatting: false,
|
|
||||||
onSoftLogout: enableSoftLogout
|
onSoftLogout: enableSoftLogout
|
||||||
? (client) => client.refreshAccessToken()
|
? (client) => client.refreshAccessToken()
|
||||||
: null,
|
: null,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue