diff --git a/src/background.ts b/src/background.ts index aae8820..0c7fbc1 100644 --- a/src/background.ts +++ b/src/background.ts @@ -486,7 +486,7 @@ const handleNotificationDirect = async (directs) => { encodeURIComponent("chat_notification_" + Date.now() + "_type=direct" + - `_from=${newestLatestTimestamp.address}`); + `_from=""`); const title = "New Direct message!"; const body = "You have received a new direct message"; diff --git a/src/qortalRequests copy.ts b/src/qortalRequests copy.ts index 3174148..6807fe9 100644 --- a/src/qortalRequests copy.ts +++ b/src/qortalRequests copy.ts @@ -38,7 +38,6 @@ function getLocalStorage(key) { // Save the updated object back to storage await setLocalStorage({ qortalRequestPermissions }); - console.log('Permission set for', key); } catch (error) { console.error('Error setting permission:', error); }