mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Update API scheme to layer 90.
This commit is contained in:
@@ -60,7 +60,9 @@ void System::createManager() {
|
||||
}
|
||||
|
||||
void System::schedule(History *history, HistoryItem *item) {
|
||||
if (App::quitting() || !history->currentNotification() || !AuthSession::Exists()) return;
|
||||
if (App::quitting()
|
||||
|| !history->currentNotification()
|
||||
|| !AuthSession::Exists()) return;
|
||||
|
||||
const auto notifyBy = (!history->peer->isUser() && item->mentionsMe())
|
||||
? item->from().get()
|
||||
|
Reference in New Issue
Block a user