fix: code review
This commit is contained in:
parent
55a11f016e
commit
7a4ced53c5
|
@ -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++) {
|
||||
|
|
Loading…
Reference in New Issue