fix online member count
This commit is contained in:
parent
a5d0486128
commit
b2f46b54f4
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ SilicaFlickable {
|
||||||
|
|
||||||
onChatOnlineMemberCountUpdated: {
|
onChatOnlineMemberCountUpdated: {
|
||||||
if ((chatInformationPage.isSuperGroup || chatInformationPage.isBasicGroup) && chatInformationPage.chatInformation.id.toString() === chatId) {
|
if ((chatInformationPage.isSuperGroup || chatInformationPage.isBasicGroup) && chatInformationPage.chatInformation.id.toString() === chatId) {
|
||||||
chatInformationPage.chatOnlineMemberCount = chatInformationPage.onlineMemberCount;
|
chatInformationPage.chatOnlineMemberCount = onlineMemberCount;
|
||||||
updateGroupStatusText();
|
updateGroupStatusText();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue