chore: Do not display sender prefix for DM rooms in notification ticker
This commit is contained in:
parent
6286f30b9b
commit
69d4c50b13
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ Future<void> _tryPushHelper(
|
||||||
ticker: event.calcLocalizedBodyFallback(
|
ticker: event.calcLocalizedBodyFallback(
|
||||||
matrixLocals,
|
matrixLocals,
|
||||||
plaintextBody: true,
|
plaintextBody: true,
|
||||||
withSenderNamePrefix: true,
|
withSenderNamePrefix: !event.room.isDirectChat,
|
||||||
hideReply: true,
|
hideReply: true,
|
||||||
hideEdit: true,
|
hideEdit: true,
|
||||||
removeMarkdown: true,
|
removeMarkdown: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue