Update js/modules/loki_public_chat_api.js

Co-Authored-By: sachaaaaa <40749766+sachaaaaa@users.noreply.github.com>
pull/517/head
Ryan Tharp 6 years ago committed by GitHub
parent a976388315
commit ab440a699f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -667,7 +667,7 @@ class LokiPublicChannelAPI {
return; // Invalid or delete message
}
const messengerData = this.getMessengerData(adnMessage);
const messengerData = await this.getMessengerData(adnMessage);
if (messengerData === false) {
return;
}

Loading…
Cancel
Save