NotificationUtils: Add tag to notifications.

This commit is contained in:
lain 2020-06-11 15:49:39 +02:00
parent e2ca107e01
commit 98819ae32c

View file

@ -45,7 +45,9 @@ export const unseenNotificationsFromStore = store =>
filter(filteredNotificationsFromStore(store), ({ seen }) => !seen)
export const prepareNotificationObject = (notification, i18n) => {
const notifObj = {}
const notifObj = {
tag: notification.id
}
const status = notification.status
const title = notification.from_profile.name
notifObj.title = title