mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
[#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]
|
(fx/defn handle-public-chat [cofx public-chat]
|
||||||
(log/info "universal-links: handling public chat" 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]
|
(fx/defn handle-view-profile [{:keys [db] :as cofx} public-key]
|
||||||
(log/info "universal-links: handling view profile" public-key)
|
(log/info "universal-links: handling view profile" public-key)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user