mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Fix custom status remove on chat reopen.
This commit is contained in:
@@ -1447,6 +1447,7 @@ void Message::unloadHeavyPart() {
|
|||||||
_comments = nullptr;
|
_comments = nullptr;
|
||||||
if (_fromNameStatus) {
|
if (_fromNameStatus) {
|
||||||
_fromNameStatus->custom = nullptr;
|
_fromNameStatus->custom = nullptr;
|
||||||
|
_fromNameStatus->id = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user