From 2d0742912e4b713d5ae990f6250798fd54864565 Mon Sep 17 00:00:00 2001 From: PhilReact Date: Sat, 28 Oct 2023 22:05:07 +0300 Subject: [PATCH] metadata false --- core/src/components/notification-view/notification-bell.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/notification-view/notification-bell.js b/core/src/components/notification-view/notification-bell.js index af7e4ec1..72d8a1d9 100644 --- a/core/src/components/notification-view/notification-bell.js +++ b/core/src/components/notification-view/notification-bell.js @@ -61,7 +61,7 @@ class NotificationBell extends connect(store)(LitElement) { 0, 20 )}_${recipientAddress.slice(-6)}_mail_` - const url = `${nodeUrl}/arbitrary/resources/search?service=MAIL_PRIVATE&query=${query}&limit=10&includemetadata=true&offset=0&reverse=true&excludeblocked=true` + const url = `${nodeUrl}/arbitrary/resources/search?service=MAIL_PRIVATE&query=${query}&limit=10&includemetadata=false&offset=0&reverse=true&excludeblocked=true` const response = await fetch(url, { method: 'GET', headers: {