allow 'me' as pub

This commit is contained in:
hatim boufnichel 2021-07-23 22:24:51 +02:00
parent c58ff86a21
commit 9b512c1840

View file

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