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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user