mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
mobile: hide share address until v5.2 (#2468)
* mobile: hide share address until v5.2 * terminal: hide /profile_address from help
This commit is contained in:
committed by
GitHub
parent
d40db1ddea
commit
353927e6d2
@@ -201,7 +201,7 @@ myAddressHelpInfo =
|
||||
styleMarkdown
|
||||
[ green "Your contact address commands:",
|
||||
indent <> highlight "/address " <> " - create your address",
|
||||
indent <> highlight "/profile_address on/off " <> " - share address with your contacts (it will be added to your profile)",
|
||||
-- indent <> highlight "/profile_address on/off " <> " - share address with your contacts (it will be added to your profile)",
|
||||
indent <> highlight "/delete_address " <> " - delete your address (accepted contacts will remain connected)",
|
||||
indent <> highlight "/show_address " <> " - show your address",
|
||||
indent <> highlight "/accept <name> " <> " - accept contact request",
|
||||
|
||||
@@ -633,7 +633,7 @@ connReqContact_ intro cReq =
|
||||
"",
|
||||
"Anybody can send you contact requests with: " <> highlight' "/c <contact_link_above>",
|
||||
"to show it again: " <> highlight' "/sa",
|
||||
"to share with your contacts: " <> highlight' "/profile_address on",
|
||||
-- "to share with your contacts: " <> highlight' "/profile_address on",
|
||||
"to delete it: " <> highlight' "/da" <> " (accepted contacts will remain connected)"
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user