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