mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Update API: support "All Chats" reordering.
This commit is contained in:
@@ -419,7 +419,7 @@ void Filler::addInfo() {
|
||||
void Filler::addToggleFolder() {
|
||||
const auto controller = _controller;
|
||||
const auto history = _request.key.history();
|
||||
if (!history || history->owner().chatsFilters().list().empty()) {
|
||||
if (!history || !history->owner().chatsFilters().has()) {
|
||||
return;
|
||||
}
|
||||
_addAction(PeerMenuCallback::Args{
|
||||
|
Reference in New Issue
Block a user