Fix message right badge refresh.

Fixes #8669.
This commit is contained in:
John Preston 2020-10-02 17:46:27 +03:00
parent 4ebc62afd2
commit f10ef26226
1 changed files with 1 additions and 0 deletions

View File

@ -228,6 +228,7 @@ Message::Message(
: Element(delegate, data, replacing) {
initLogEntryOriginal();
initPsa();
refreshRightBadge();
}
Message::~Message() {