Login flagging "use less traffic" dows not show feeds' tree

Describe the problem you’re having:
With Chrome, if I log into tt-rss flagging “use less traffic” the UI does not show feeds’ category, except for special ones

If possible include steps to reproduce the problem:
Log with or without having flagged “use less traffic”

tt-rss version (including git commit id):
17.4-135-gab8daa0

Platform (i.e. Linux distro, PHP, PostgreSQL, etc) versions:
Shared hosting, PHP 5.6.31, MySQL 10.0.31-MariaDB-cll-lve

Please provide any additional information below:
see attachments

low_flaggedlow_not_flagged

can anyone reproduce this?

I don’t know if it helps, but I just tried with Internet Explorer and it has the same behavior.

If it happens to me only, maybe is some plugin nobody else uses…

Let me know if there are some tests I should do.

Thank you in advance.

Regards

Yes and exactly as described by OP. Logging in, in both Firefox 54 or chromium-browser 60.0.3112.78 with ‘Use less traffic’ ticked, only 'All articles, Fresh articles, … Shared articles appear. Only after clicking on an UNREAD article do the unread Categories appear.

My server setup is on a physical machine w/ ubuntu server 16.04.x, apache2, php 7, postgresql, Tiny Tiny RSS v17.4 (ab8daa0) .

Firefox and chromium-browser on Linux Mint 18.2 MATE 64-bit.

use_less_traffic_issue
.

right. you have show unread feeds only enabled. the traffic option disables background counter requests (including initial one i guess which it shouldn’t) so they only update when you click an article, which is why this happens.

e: https://git.tt-rss.org/git/tt-rss/commit/03c56b041f7087d0f824276d624629cafe3cc07a

I update and now it works.

Thanks.