Add name parameters
This commit is contained in:
parent
bed65b3950
commit
ab1af452c6
1 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue