mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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(
|
rpl::producer<Ui::MoreChatsBarContent> ChatFilters::moreChatsContent(
|
||||||
FilterId id) {
|
FilterId id) {
|
||||||
return rpl::single(Ui::MoreChatsBarContent{ .count = 10 }); // #TODO stories testing
|
|
||||||
if (!id) {
|
if (!id) {
|
||||||
return rpl::single(Ui::MoreChatsBarContent{ .count = 0 });
|
return rpl::single(Ui::MoreChatsBarContent{ .count = 0 });
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue