allow 'me' as pub
This commit is contained in:
parent
c58ff86a21
commit
9b512c1840
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ const queryListenerCallback = ({
|
|||
})
|
||||
}
|
||||
const eventName = `query:data`
|
||||
if (publicKeyForDecryption?.length > 15 || epubForDecryption || epubField) {
|
||||
if (publicKeyForDecryption?.length > 0 || epubForDecryption || epubField) {
|
||||
const decData = await deepDecryptIfNeeded(
|
||||
data,
|
||||
publicKeyForDecryption,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue