From 0274f3c2acb506f5531495b9edd8c57d51308ee4 Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Tue, 16 May 2023 15:03:49 +0400 Subject: [PATCH] core: inform of profile_address command when creating address (#2444) --- src/Simplex/Chat/View.hs | 1 + tests/ChatTests/Utils.hs | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Simplex/Chat/View.hs b/src/Simplex/Chat/View.hs index 3e8d130eb..6937fe818 100644 --- a/src/Simplex/Chat/View.hs +++ b/src/Simplex/Chat/View.hs @@ -631,6 +631,7 @@ connReqContact_ intro cReq = "", "Anybody can send you contact requests with: " <> highlight' "/c ", "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)" ] diff --git a/tests/ChatTests/Utils.hs b/tests/ChatTests/Utils.hs index 5b9a99348..3bb6f6721 100644 --- a/tests/ChatTests/Utils.hs +++ b/tests/ChatTests/Utils.hs @@ -355,6 +355,7 @@ getContactLink cc created = do cc <## "" cc <## "Anybody can send you contact requests with: /c " 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