[#7549] Fix universal link to public chat
This commit is contained in:
parent
257f03bca7
commit
4e942a169a
|
@ -65,7 +65,7 @@
|
|||
|
||||
(fx/defn handle-public-chat [cofx public-chat]
|
||||
(log/info "universal-links: handling public chat" public-chat)
|
||||
(chat/start-public-chat cofx public-chat {:navigation-reset? true}))
|
||||
(chat/start-public-chat cofx public-chat {}))
|
||||
|
||||
(fx/defn handle-view-profile [{:keys [db] :as cofx} public-key]
|
||||
(log/info "universal-links: handling view profile" public-key)
|
||||
|
|
Loading…
Reference in New Issue