diff --git a/lib/utils/push_helper.dart b/lib/utils/push_helper.dart index ccf5c38a..360bde9d 100644 --- a/lib/utils/push_helper.dart +++ b/lib/utils/push_helper.dart @@ -190,6 +190,9 @@ Future _tryPushHelper( name: event.senderFromMemoryOrFallback.calcDisplayname(), icon: avatarFile == null ? null : BitmapFilePathAndroidIcon(avatarFile.path), + key: event.senderId, + uri: 'matrix:${event.senderId.replaceFirst('@', '')}', + important: event.room.isFavourite, ); final newMessage = Message( body,