From e40958a7c1b7fa98c83b91452fde0c91c35eceb9 Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Sun, 25 Aug 2024 13:06:08 -0700 Subject: [PATCH] DMs: tweak request text --- dms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dms.py b/dms.py index d9d31d14..22905fea 100644 --- a/dms.py +++ b/dms.py @@ -151,7 +151,7 @@ def receive(*, from_user, obj): # send the DM request! maybe_send(from_proto=from_proto, to_user=to_user, type='request_bridging', text=f"""\ -

Hi! {from_user.user_link(proto=to_proto)}) is using Bridgy Fed to bridge their account on {from_proto.PHRASE} into {to_proto.PHRASE} here, and they'd like to follow you. To let {from_proto.PHRASE} users see and interact with you, follow this account. See the docs for more information. +

Hi! {from_user.user_link(proto=to_proto)} is using Bridgy Fed to bridge their account on {from_proto.PHRASE} into {to_proto.PHRASE} here, and they'd like to follow you. You can bridge your account into {from_proto.PHRASE} by following this account. See the docs for more information.

If you do nothing, your account won't be bridged, and users on {from_proto.PHRASE} won't be able to see or interact with you.

Bridgy Fed will only send you this message once.""") return reply(f"Got it! We'll send {to_user.user_link()} a DM. Fingers crossed!")