Friendship Accepted and Refused (notification updated)
This commit is contained in:
@@ -12,7 +12,8 @@ import { useUserStore } from '@store/UserStore'
|
||||
export const useNotifStore = defineStore('NotifStore', {
|
||||
state: (): INotifState => ({
|
||||
last_notifs: [],
|
||||
show_all: true
|
||||
show_all: true,
|
||||
updateNotification: false,
|
||||
}),
|
||||
|
||||
getters: {
|
||||
|
||||
Reference in New Issue
Block a user