core: inform of profile_address command when creating address (#2444)
This commit is contained in:
parent
ae13f1aa23
commit
0274f3c2ac
@ -631,6 +631,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 delete it: " <> highlight' "/da" <> " (accepted contacts will remain connected)"
|
||||
]
|
||||
|
||||
|
@ -355,6 +355,7 @@ getContactLink cc created = do
|
||||
cc <## ""
|
||||
cc <## "Anybody can send you contact requests with: /c <contact_link_above>"
|
||||
cc <## "to show it again: /sa"
|
||||
cc <## "to share with your contacts: /profile_address on"
|
||||
cc <## "to delete it: /da (accepted contacts will remain connected)"
|
||||
pure link
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user