From 223ec8c391f73121b4d97053aa8957f231bce271 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 23 Aug 2019 21:05:16 +0100 Subject: [PATCH] Webfinger subject --- webfinger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webfinger.py b/webfinger.py index dfa0bb6a4..67122a233 100644 --- a/webfinger.py +++ b/webfinger.py @@ -146,7 +146,7 @@ def createWebfingerEndpoint(nickname: str,domain: str,port: int, \ "rel": "magic-public-key" } ], - "subject": "acct:"+nickname+"@"+originalDomain + "subject": subjectStr } return account