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 return true
}) })
commit( useUsersStore().addNewUsers({
'addNewUsers', timestamp,
validNotifications.map((notification) => notification.from_profile), data: validNotifications.map((notification) => notification.from_profile),
) })
const statusNotifications = validNotifications.filter( const statusNotifications = validNotifications.filter(
(notification) => (notification) =>