Remove testing more chats bar.

This commit is contained in:
John Preston 2023-07-12 12:21:20 +04:00
parent 8726884b21
commit b0403553fa
1 changed files with 0 additions and 1 deletions

View File

@ -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 });
}