🐛 Fix notify
This commit is contained in:
		@@ -58,7 +58,7 @@ export const useNotifications = defineStore("notifications", () => {
 | 
			
		||||
      total.value++
 | 
			
		||||
 | 
			
		||||
      if (Capacitor.getPlatform() === "web") {
 | 
			
		||||
        new Notification(data["id"], {
 | 
			
		||||
        new Notification(data["subject"], {
 | 
			
		||||
          body: data["subject"]
 | 
			
		||||
        })
 | 
			
		||||
      } else {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user