Merge pull request #437 from shocknet/fix/missing-stuff
allow 'me' as pub
This commit is contained in:
commit
97f101a43d
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ const queryListenerCallback = ({
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
const eventName = `query:data`
|
const eventName = `query:data`
|
||||||
if (publicKeyForDecryption?.length > 15 || epubForDecryption || epubField) {
|
if (publicKeyForDecryption?.length > 0 || epubForDecryption || epubField) {
|
||||||
const decData = await deepDecryptIfNeeded(
|
const decData = await deepDecryptIfNeeded(
|
||||||
data,
|
data,
|
||||||
publicKeyForDecryption,
|
publicKeyForDecryption,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue