core: inform of profile_address command when creating address (#2444)

This commit is contained in:
spaced4ndy 2023-05-16 15:03:49 +04:00 committed by GitHub
parent ae13f1aa23
commit 0274f3c2ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

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

View File

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