mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-27 00:48:08 +00:00
Fix hidden delivery status
This commit is contained in:
parent
07a45ec557
commit
17d7fd816c
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ void ParticipantImdnStateProxyModel::setChatMessageModel(ChatMessageModel * mess
|
|||
setSourceModel(messageModel);
|
||||
connect(messageModel, &ParticipantImdnStateListModel::countChanged, this, &ParticipantImdnStateProxyModel::countChanged);
|
||||
sort(0);
|
||||
emit countChanged();
|
||||
}
|
||||
}
|
||||
emit chatMessageModelChanged();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue