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

metadata false
This commit is contained in:
AlphaX-Projects 2023-10-28 21:06:51 +02:00 committed by GitHub
commit 669a05efb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ class NotificationBell extends connect(store)(LitElement) {
0, 0,
20 20
)}_${recipientAddress.slice(-6)}_mail_` )}_${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, { const response = await fetch(url, {
method: 'GET', method: 'GET',
headers: { headers: {