mirror of https://github.com/procxx/kepka.git
bugfix: show chat description
This commit is contained in:
parent
ea854e5be3
commit
6c46194009
|
@ -350,6 +350,7 @@ void ApplyChatUpdate(not_null<ChatData*> chat, const MTPDchatFull &update) {
|
||||||
}
|
}
|
||||||
chat->checkFolder(update.vfolder_id().value_or_empty());
|
chat->checkFolder(update.vfolder_id().value_or_empty());
|
||||||
chat->fullUpdated();
|
chat->fullUpdated();
|
||||||
|
chat->setAbout(qs(update.vabout()));
|
||||||
|
|
||||||
chat->session().api().applyNotifySettings(
|
chat->session().api().applyNotifySettings(
|
||||||
MTP_inputNotifyPeer(chat->input),
|
MTP_inputNotifyPeer(chat->input),
|
||||||
|
|
Loading…
Reference in New Issue