Skip to content

Commit

Permalink
tweak: remove extra url message when sharing community channel url on…
Browse files Browse the repository at this point in the history
… android
  • Loading branch information
seanstrom committed Apr 25, 2024
1 parent 602aa14 commit a992977
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/status_im/contexts/communities/sharing/events.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
:linkMetadata {:title title}}]}
{:title title
:subject title
:message url
:url url
:isNewTask true})}]))]
{:fx [[:dispatch [:communities/get-community-channel-share-data chat-id on-success]]]})))
Expand Down Expand Up @@ -112,7 +111,6 @@
:linkMetadata {:title title}}]}
{:title title
:subject title
:message url
:url url
:isNewTask true})))]
{:fx [[:dispatch [:communities/get-community-channel-share-data chat-id on-success]]]})))

0 comments on commit a992977

Please sign in to comment.