Skip to content

Commit

Permalink
Fix: update message on update notification
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderleegs committed Jan 5, 2023
1 parent eabe6db commit 06bc826
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/services/identity/NotificationsService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@ class NotificationsService {
{
firstReadTime: null,
createdAt: new Date(),
message: getNotificationMessage(
notificationType,
notificationSourceUsername
),
},
{ raw: true }
)
Expand Down

0 comments on commit 06bc826

Please sign in to comment.