fix: thread disappearing after refresh#10084
Conversation
ChristophWurst
left a comment
There was a problem hiding this comment.
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 😕 |
GVodyanov
left a comment
There was a problem hiding this comment.
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 <gretadoci@gmail.com>
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