Files
zulip/frontend_tests/node_tests
Steve Howell 0ced7cfc55 Make newly subscribed streams appear active.
When you subscribe to a stream, we now set a newly_subscribed
flag on the object, and we return true during the is_active()
call.

This solves the problem that immediately after you subscribe, you
don't have any messages in the stream, so it would appear active
by our old criteria.

This is still something of a workaround, as once you reload, the
stream will become inactive again, unless other messages come in.

A more permanent solution here would be to have the backend
indicate newly subscribed streams to us (apart from the initial
event), but we may not really need that in practice.
2017-04-28 07:40:25 -07:00
..
2017-04-18 12:26:58 -07:00
2017-04-21 21:59:22 -07:00
2017-04-25 09:57:32 -07:00
2017-04-04 15:57:10 -07:00
2017-04-25 09:57:32 -07:00
2017-04-07 15:20:12 -07:00
2017-04-25 09:57:32 -07:00
2017-04-13 10:39:39 -07:00