diff --git a/commet/lib/utils/notification/android/firebase_push_notifier.dart b/commet/lib/utils/notification/android/firebase_push_notifier.dart index 6e5ea524..b685ee19 100644 --- a/commet/lib/utils/notification/android/firebase_push_notifier.dart +++ b/commet/lib/utils/notification/android/firebase_push_notifier.dart @@ -21,6 +21,7 @@ Future onMessage(dynamic message) async { notificationManager.notify(MessageNotificationContent( senderName: user.displayName, + senderId: user.identifier, roomName: room.displayName, content: event.body!, eventId: eventId, diff --git a/commet/pubspec.lock b/commet/pubspec.lock index 8b7edca1..2146cf28 100644 --- a/commet/pubspec.lock +++ b/commet/pubspec.lock @@ -345,14 +345,6 @@ packages: url: "https://pub.dev" source: hosted version: "1.3.1" - fcm_shared_isolate: - dependency: "direct main" - description: - name: fcm_shared_isolate - sha256: "45c66353aad6a237437b3d071bddddd35d391b75c3e06aaec535a9df32d44dbe" - url: "https://pub.dev" - source: hosted - version: "0.1.0" ffi: dependency: transitive description: @@ -377,30 +369,6 @@ packages: url: "https://pub.dev" source: hosted version: "5.5.0" - firebase_core: - dependency: transitive - description: - name: firebase_core - sha256: "4f1d7c13a909e82ff026679c9b8493cdeb35a9c76bc46c42bf9e2240c9e57e80" - url: "https://pub.dev" - source: hosted - version: "1.24.0" - firebase_core_platform_interface: - dependency: transitive - description: - name: firebase_core_platform_interface - sha256: b63e3be6c96ef5c33bdec1aab23c91eb00696f6452f0519401d640938c94cba2 - url: "https://pub.dev" - source: hosted - version: "4.8.0" - firebase_core_web: - dependency: transitive - description: - name: firebase_core_web - sha256: "839f1b48032a61962792cea1225fae030d4f27163867f181d6d2072dd40acbee" - url: "https://pub.dev" - source: hosted - version: "1.7.3" fixnum: dependency: transitive description: