mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Fix alpha version changelog notification.
We should call window->serviceNotification() because it checks for the service chat history being loaded before adding the message. The method in MainWidget was renamed to prevent bugs in the future.
This commit is contained in:
@@ -325,7 +325,7 @@ public:
|
||||
|
||||
void checkLastUpdate(bool afterSleep);
|
||||
|
||||
void serviceNotification(const TextWithEntities &message, const MTPMessageMedia &media, int32 date);
|
||||
void insertCheckedServiceNotification(const TextWithEntities &message, const MTPMessageMedia &media, int32 date);
|
||||
void serviceHistoryDone(const MTPmessages_Messages &msgs);
|
||||
bool serviceHistoryFail(const RPCError &error);
|
||||
|
||||
|
Reference in New Issue
Block a user