From ef3460ccc14bb5a740c746c44f1e947d0f2e0d41 Mon Sep 17 00:00:00 2001 From: Andrei O Date: Thu, 13 Apr 2023 03:47:21 +0300 Subject: [PATCH] chore: changes for v1.0.7 --- CHANGELOG.MD | 4 ++++ manifest.json | 2 +- src/background/index.ts | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index b445a6c..7643987 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -2,6 +2,10 @@ ## [Version 1.0.6] +- fixed background notification + +## [Version 1.0.6] + - refactored notifications - added support for aggregated notifications - added support for follow notification diff --git a/manifest.json b/manifest.json index 1ddd43d..9e3a762 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "yup live", "description": "Light alternative extension for yup protocol", - "version": "1.0.6", + "version": "1.0.7", "manifest_version": 3, "icons": { "16": "src/assets/icons/yup_ext_16.png", diff --git a/src/background/index.ts b/src/background/index.ts index fa539ca..7ed7087 100644 --- a/src/background/index.ts +++ b/src/background/index.ts @@ -71,7 +71,7 @@ const alarmHandler = async () => { requests.profile = fetch(`${API_BASE}/web3-profiles/` + store.user.auth.address) if (store?.settings.notificationsEnabled) { requests.notifications = getNotifications({ - type: 'all', + type: null, limit: '15', skip: '0', userId: store.user.auth.userId