Add name parameters

This commit is contained in:
Benoit Marty
2026-02-12 17:57:52 +01:00
parent 88a104a6d4
commit 0233f4dde4

View File

@@ -144,9 +144,9 @@ class DefaultNotificationDataFactory(
.getFallbackNotification(notificationAccountParams.user.userId)
?.notification
val notification = notificationCreator.createFallbackNotification(
existingNotification,
notificationAccountParams,
fallback,
existingNotification = existingNotification,
notificationAccountParams = notificationAccountParams,
fallbackNotifiableEvents = fallback,
)
return OneShotNotification(
tag = FALLBACK_NOTIFICATION_TAG,