mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Remove testing more chats bar.
This commit is contained in:
parent
8726884b21
commit
b0403553fa
1 changed files with 0 additions and 1 deletions
|
@ -905,7 +905,6 @@ rpl::producer<> ChatFilters::suggestedUpdated() const {
|
|||
|
||||
rpl::producer<Ui::MoreChatsBarContent> ChatFilters::moreChatsContent(
|
||||
FilterId id) {
|
||||
return rpl::single(Ui::MoreChatsBarContent{ .count = 10 }); // #TODO stories testing
|
||||
if (!id) {
|
||||
return rpl::single(Ui::MoreChatsBarContent{ .count = 0 });
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue