merge fix

This commit is contained in:
Henry Jameson 2026-08-12 15:59:05 +03:00
commit afc7161b6d

View file

@ -75,10 +75,10 @@ export const useNotificationsStore = defineStore('notifications', {
return true
})
commit(
'addNewUsers',
validNotifications.map((notification) => notification.from_profile),
)
useUsersStore().addNewUsers({
timestamp,
data: validNotifications.map((notification) => notification.from_profile),
})
const statusNotifications = validNotifications.filter(
(notification) =>