chore: changes for v1.0.7

This commit is contained in:
Andrei O 2023-04-13 03:47:21 +03:00
parent 6cc56ffd26
commit ef3460ccc1
No known key found for this signature in database
GPG Key ID: B961E5B68389457E
3 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
## [Version 1.0.6] ## [Version 1.0.6]
- fixed background notification
## [Version 1.0.6]
- refactored notifications - refactored notifications
- added support for aggregated notifications - added support for aggregated notifications
- added support for follow notification - added support for follow notification

View File

@ -1,7 +1,7 @@
{ {
"name": "yup live", "name": "yup live",
"description": "Light alternative extension for yup protocol", "description": "Light alternative extension for yup protocol",
"version": "1.0.6", "version": "1.0.7",
"manifest_version": 3, "manifest_version": 3,
"icons": { "icons": {
"16": "src/assets/icons/yup_ext_16.png", "16": "src/assets/icons/yup_ext_16.png",

View File

@ -71,7 +71,7 @@ const alarmHandler = async () => {
requests.profile = fetch(`${API_BASE}/web3-profiles/` + store.user.auth.address) requests.profile = fetch(`${API_BASE}/web3-profiles/` + store.user.auth.address)
if (store?.settings.notificationsEnabled) { if (store?.settings.notificationsEnabled) {
requests.notifications = getNotifications({ requests.notifications = getNotifications({
type: 'all', type: null,
limit: '15', limit: '15',
skip: '0', skip: '0',
userId: store.user.auth.userId userId: store.user.auth.userId