mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 23:55:12 +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:
@@ -276,7 +276,7 @@ void MainWindow::serviceNotification(const TextWithEntities &message, const MTPM
|
||||
return sendServiceHistoryRequest();
|
||||
}
|
||||
|
||||
_main->serviceNotification(message, media, date);
|
||||
_main->insertCheckedServiceNotification(message, media, date);
|
||||
}
|
||||
|
||||
void MainWindow::showDelayedServiceMsgs() {
|
||||
|
Reference in New Issue
Block a user