diff --git a/lib/utils/push_helper.dart b/lib/utils/push_helper.dart index 05f0e90c7..3b1194690 100644 --- a/lib/utils/push_helper.dart +++ b/lib/utils/push_helper.dart @@ -266,7 +266,7 @@ Future _tryPushHelper( ticker: event.calcLocalizedBodyFallback( matrixLocals, plaintextBody: true, - withSenderNamePrefix: true, + withSenderNamePrefix: !event.room.isDirectChat, hideReply: true, hideEdit: true, removeMarkdown: true,