Merge pull request #437 from shocknet/fix/missing-stuff

allow 'me' as pub
This commit is contained in:
CapDog 2021-07-23 16:28:12 -04:00 committed by GitHub
commit 97f101a43d

View file

@ -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,