From fd626be274e2c8f85564b94672b935bc6bc2ebc4 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 21 Oct 2019 16:25:13 +0100 Subject: [PATCH] Handle for single user instance --- posts.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/posts.py b/posts.py index aa55c3325..c4143581e 100644 --- a/posts.py +++ b/posts.py @@ -1358,7 +1358,8 @@ def sendSignedJson(postJsonObject: {},session,baseDir: str, \ if toNickname: handle=httpPrefix+'://'+toDomain+'/@'+toNickname else: - handle=httpPrefix+'://'+toDomain + singleUserInstanceNickname='dev' + handle=httpPrefix+'://'+toDomain+'/@'+singleUserInstanceNickname if debug: print('DEBUG: handle - '+handle+' toPort '+str(toPort))