-
-
Notifications
You must be signed in to change notification settings - Fork 655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor narrow patterns (use stream ID) #3230
Comments
This is not the only issue. We will be trying to fetch more messages for a non-existing narrow too. |
I think the title of this issue is quite generic and misleading, rename to something that better reflects the problem. |
That will be a bit disruptive UI-wise though, but that is fine for a rare occurrence. |
Tracking this now as part of #4333. |
Currently for stream narrow, narrow object is like:
Now the problem is:
What if user is in such narrow and stream name changes? Our
getIsActiveStreamSubscribed
will start returning false. As we are comparing namesHow to reproduce:
Observation:
ComposeBox
.Same goes for PM narrow, on changing email.
@gnprice @borisyankov
What should be the priority of this issue?
@zulipbot claim
The text was updated successfully, but these errors were encountered: