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) .getFallbackNotification(notificationAccountParams.user.userId)
?.notification ?.notification
val notification = notificationCreator.createFallbackNotification( val notification = notificationCreator.createFallbackNotification(
existingNotification, existingNotification = existingNotification,
notificationAccountParams, notificationAccountParams = notificationAccountParams,
fallback, fallbackNotifiableEvents = fallback,
) )
return OneShotNotification( return OneShotNotification(
tag = FALLBACK_NOTIFICATION_TAG, tag = FALLBACK_NOTIFICATION_TAG,