Skip to content

Commit

Permalink
feat: resolve community in universal link handle-desktop-community
Browse files Browse the repository at this point in the history
  • Loading branch information
yqrashawn committed Oct 3, 2023
1 parent bd48aed commit 43092e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/status_im/utils/universal_links/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
(native-module/deserialize-and-compress-key
community-id
(fn [deserialized-key]
(rf/dispatch [:chat.ui/resolve-community-info (str deserialized-key)])
(rf/dispatch [:handle-navigation-to-desktop-community-from-mobile (str deserialized-key)]))))

(rf/defn handle-community-chat
Expand Down

0 comments on commit 43092e6

Please sign in to comment.