Skip to content

Commit

Permalink
Fix fcm notifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Airyzz committed Nov 27, 2023
1 parent b94510c commit 350891d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Future<void> onMessage(dynamic message) async {

notificationManager.notify(MessageNotificationContent(
senderName: user.displayName,
senderId: user.identifier,
roomName: room.displayName,
content: event.body!,
eventId: eventId,
Expand Down
32 changes: 0 additions & 32 deletions commet/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 350891d

Please sign in to comment.