mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +00:00
Notify about published scheduled messages.
This commit is contained in:
@@ -2198,12 +2198,6 @@ void MainWidget::dialogsToUp() {
|
||||
_dialogs->jumpToTop();
|
||||
}
|
||||
|
||||
void MainWidget::newUnreadMsg(
|
||||
not_null<History*> history,
|
||||
not_null<HistoryItem*> item) {
|
||||
_history->newUnreadMsg(history, item);
|
||||
}
|
||||
|
||||
void MainWidget::markActiveHistoryAsRead() {
|
||||
if (const auto activeHistory = _history->history()) {
|
||||
session().api().readServerHistory(activeHistory);
|
||||
|
Reference in New Issue
Block a user