-
Notifications
You must be signed in to change notification settings - Fork 259
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
fix: thread disappearing after refresh #10084
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this cause double fetching when you don't refresh the page but navigate from one mailbox to another?
very good point/question. I will add a check to see if the envelopes are already being loaded before making the fetch request. |
b7af783
to
6ba39ef
Compare
I cannot replicate the problem on main and stable3.7 😕 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am testing this out, but am a little confused. On firefox the issue was not reproducible on main. On chromium, reloading the page causes the thread screen to be blank, both on main and with the fix.
@kesselb did you change anything when you rebased? :D |
Same for me.
Works over here ;) It's also blank on main, but on this branch the selected thread is shown. It's a bit odd that Thread depends on data loaded by Mailbox, but Mailbox might not be there. I hope we can restructure that in the future to have a clearer flow. |
Signed-off-by: greta <[email protected]>
6ba39ef
to
fe12a29
Compare
Shall we backport to stable4.0 and stable3.7? |
/backport to stable3.7 |
/backport to stable4.0 |
fixes #9759
to test