mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fix custom status remove on chat reopen.
This commit is contained in:
parent
552d96df71
commit
fba683be8e
1 changed files with 1 additions and 0 deletions
|
@ -1447,6 +1447,7 @@ void Message::unloadHeavyPart() {
|
|||
_comments = nullptr;
|
||||
if (_fromNameStatus) {
|
||||
_fromNameStatus->custom = nullptr;
|
||||
_fromNameStatus->id = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue