2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Mark topics as read using Ctrl+R shortcut.

Fixes #25669.
This commit is contained in:
John Preston
2023-01-04 14:34:37 +04:00
parent eb0642f569
commit 9933c6ba59
3 changed files with 35 additions and 32 deletions

View File

@@ -161,4 +161,7 @@ void UnpinAllMessages(
not_null<Window::SessionNavigation*> navigation,
not_null<Data::Thread*> thread);
[[nodiscard]] bool IsUnreadThread(not_null<Data::Thread*> thread);
void MarkAsReadThread(not_null<Data::Thread*> thread);
} // namespace Window