-
Notifications
You must be signed in to change notification settings - Fork 984
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
Empty chat in opened on pressing hashtag in a community channel #18095
Comments
Will check @qoqobolo! Although I can't understand why they would fail. That PR only changed _test.cljs files that never run in production. |
@qoqobolo I bisected our commits and eventually arrived at the one that caused the regression 6ef113e @Parveshdhull, since you have context about the fix, could you take a look? I don't fully grasp the changes introduced by PR #18066. I could verify that commenting out the dispatch to modified src/status_im2/navigation/events.cljs
@@ -67,8 +67,8 @@
(dissoc :shell/loaded-screens)
(assoc :view-id (or @shell.state/selected-stack-id :shell)))
:effects.shell/pop-to-root nil}
- (when (:current-chat-id db)
- {:dispatch-n [[:chat/close]]})))
+ #_(when (:current-chat-id db)
+ {:dispatch-n [[:chat/close]]})))
(rf/defn init-root
{:events [:init-root]} |
@ilmotta thanks for finding the cause of the issue, @Parveshdhull thanks for taking it! |
Thank you @qoqobolo for finding this issue. And @ilmotta for pinging me.
should be fixed in #18111 |
Bug Report
Problem
The corresponding e2е failed for the first time in #18049
@ilmotta could you have a look to check if this is a regression, please?
Reproduction
#channel1
and#channel2
#channel1
in#channel2
#channel1
video_2023-12-06_15-17-57.mp4
Expected behavior
You're redirected to
#channel1
Actual behavior
An empty chat is opened
Additional Information
The text was updated successfully, but these errors were encountered: