Browse Source

Merge pull request #214 from Philreact/bugfix/mail-call-metadata-false

metadata false
master
AlphaX-Projects 11 months ago committed by GitHub
parent
commit
669a05efb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      core/src/components/notification-view/notification-bell.js

2
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: {

Loading…
Cancel
Save