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(
|
||||
matrixLocals,
|
||||
plaintextBody: true,
|
||||
withSenderNamePrefix: true,
|
||||
withSenderNamePrefix: !event.room.isDirectChat,
|
||||
hideReply: true,
|
||||
hideEdit: true,
|
||||
removeMarkdown: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue