2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Open jump-to-date by date click in topics.

This commit is contained in:
John Preston
2022-10-27 11:52:18 +04:00
parent 850746b0ba
commit 46ebbdb547
10 changed files with 42 additions and 14 deletions

View File

@@ -70,6 +70,7 @@ namespace Data {
struct CloudTheme;
enum class CloudThemeType;
class Thread;
class ForumTopic;
} // namespace Data
namespace HistoryView::Reactions {
@@ -119,6 +120,7 @@ public:
private:
Dialogs::Key _chat;
base::weak_ptr<Data::ForumTopic> _weak;
QDate _date;
};