Fix custom status remove on chat reopen.

This commit is contained in:
John Preston 2022-09-16 10:42:25 +04:00
parent 552d96df71
commit fba683be8e

View file

@ -1447,6 +1447,7 @@ void Message::unloadHeavyPart() {
_comments = nullptr;
if (_fromNameStatus) {
_fromNameStatus->custom = nullptr;
_fromNameStatus->id = 0;
}
}