fix: code review

This commit is contained in:
RichΛrd 2021-07-22 10:43:07 -04:00 committed by Iuri Matias
parent 55a11f016e
commit 7a4ced53c5
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ Item {
idMap[contactAddr] = true;
}
if (!isCommunity) return;
if (isCommunity) return;
const len2 = chatsModel.messageView.messageList.rowCount();
for (let f = 0; f < len2; f++) {