DMs: tweak request text

pull/1278/head
Ryan Barrett 2024-08-25 13:06:08 -07:00
rodzic 150598d761
commit e40958a7c1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6BE31FDF4776E9D4
1 zmienionych plików z 1 dodań i 1 usunięć

2
dms.py
Wyświetl plik

@ -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"""\
<p>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. <a href="https://fed.brid.gy/docs">See the docs</a> for more information.
<p>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. <a href="https://fed.brid.gy/docs">See the docs</a> for more information.
<p>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.
<p>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!")