2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 22:46:10 +00:00

Add ability to archive/unarchive the chats.

This commit is contained in:
John Preston
2019-04-18 12:28:43 +04:00
parent c58f097535
commit 854870683b
17 changed files with 210 additions and 129 deletions

View File

@@ -39,7 +39,9 @@ namespace {
constexpr auto kBlockedPerPage = 40;
class BlockUserBoxController : public ChatsListBoxController {
class BlockUserBoxController
: public ChatsListBoxController
, private base::Subscriber {
public:
void rowClicked(not_null<PeerListRow*> row) override;