-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
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
Link to conversation should be robust against renaming #11699
Comments
Hello @zulip/server-message-view, @zulip/server-search members, this issue was labeled with the "area: message view", "area: message-editing", "area: search" labels, so you may want to check it out! |
This is unfortunately a somewhat complex issue. The natural thing to do here is look up the message ID in the URL, and if it matches the stream ID but not the topic, just send you to the other topic. But there's a few problems with doing that generically:
If we do the callback approach, I think we can inspect the |
This is definitely a tough issue. I agree with 80% of Tim's prior comment, except that we don't need to look at |
The other possibility here is to have only one round trip between the client and server:
When the client gets results back, it should look at the topic for message 42. If the topics changed, it should reflect that properly in the left sidebar, and probably the search bar and URL as well. |
I feel like this was add a significantly different flow; I had been imagining just having the |
I had a doubt. Is it mentioned specifically that if you, say go to the URL with |
Closing in favor of #21505. |
A link to a conversation becomes broken if the topic is changed. There are two things that should be changed:
See zulip-chat
The text was updated successfully, but these errors were encountered: