Add comment to fix up confusion.

pull/508/head
Mikunj 6 years ago
parent 19b0dabe11
commit 001d882273

@ -580,6 +580,7 @@ class LokiPublicChannelAPI {
// Duplicate check
const isDuplicate = message => {
// The username in this case is the users pubKey
const sameUsername = message.username === adnMessage.user.username;
const sameText = message.text === adnMessage.text;
// Don't filter out messages that are too far apart from each other

Loading…
Cancel
Save