chore: Follow up notification actions

This commit is contained in:
Christian Kußowski 2025-10-19 17:40:47 +02:00
commit 4f0ed3e93f
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -278,7 +278,9 @@ Future<void> _tryPushHelper(
importance: Importance.high, importance: Importance.high,
priority: Priority.max, priority: Priority.max,
groupKey: event.room.spaceParents.firstOrNull?.roomId ?? 'rooms', groupKey: event.room.spaceParents.firstOrNull?.roomId ?? 'rooms',
actions: <AndroidNotificationAction>[ actions: event.type == EventTypes.RoomMember
? null
: <AndroidNotificationAction>[
AndroidNotificationAction( AndroidNotificationAction(
FluffyChatNotificationActions.reply.name, FluffyChatNotificationActions.reply.name,
l10n.reply, l10n.reply,