[#7549] Fix universal link to public chat

This commit is contained in:
Roman Volosovskyi 2019-03-21 10:02:19 +02:00
parent 257f03bca7
commit 4e942a169a
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
1 changed files with 1 additions and 1 deletions

View File

@ -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)