2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

bugfix: show chat description

This commit is contained in:
Aleksey Kiporskiy
2020-03-24 13:58:39 +05:00
committed by John Preston
parent ea854e5be3
commit 6c46194009

View File

@@ -350,6 +350,7 @@ void ApplyChatUpdate(not_null<ChatData*> chat, const MTPDchatFull &update) {
}
chat->checkFolder(update.vfolder_id().value_or_empty());
chat->fullUpdated();
chat->setAbout(qs(update.vabout()));
chat->session().api().applyNotifySettings(
MTP_inputNotifyPeer(chat->input),