kopia lustrzana https://github.com/snarfed/bridgy-fed
DMs: more minor tweaks to the request DM
rodzic
6e54e1134d
commit
3eba6d9e91
2
dms.py
2
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"""\
|
||||
<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>Hi! {from_user.user_link(proto=to_proto)} is using Bridgy Fed to bridge their account from {from_proto.PHRASE} into {to_proto.PHRASE}, 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!")
|
||||
|
|
Ładowanie…
Reference in New Issue