fix: use isUsFromCache instead of getOurPubKeyStrFromCache

pull/2449/head
William Grant 3 years ago
parent 5f49d3084b
commit 5d6dd048ab

@ -324,7 +324,7 @@ async function handleSwarmMessage(
await handleMessageReaction( await handleMessageReaction(
rawDataMessage.reaction, rawDataMessage.reaction,
msgModel.get('source'), msgModel.get('source'),
msgModel.get('source') === UserUtils.getOurPubKeyStrFromCache() isUsFromCache(msgModel.get('source'))
); );
confirm(); confirm();
return; return;

Loading…
Cancel
Save