diff --git a/pgp.py b/pgp.py index 0f7a89319..8bdadfc8b 100644 --- a/pgp.py +++ b/pgp.py @@ -740,6 +740,7 @@ def actor_to_vcard(actor: {}, domain: str) -> str: pronouns = get_pronouns(actor) if pronouns: vcard_str += 'PRONOUNS:' + pronouns + '\n' + vcard_str += 'SOCIALPROFILE;SERVICE-TYPE=Mastodon:' + actor['url'] + '\n' xmpp_address = get_xmpp_address(actor) if xmpp_address: vcard_str += 'IMPP:xmpp:' + xmpp_address + '\n'