Set nickname for block

main
Bob Mottram 2021-08-23 09:41:04 +01:00
parent 4d771166e0
commit d7b26f5cb1
1 changed files with 2 additions and 1 deletions

View File

@ -10954,7 +10954,8 @@ class PubServer(BaseHTTPRequestHandler):
'to': [toUrl],
'cc': [ccUrl]
}
self._postToOutbox(blockJson, self.server.projectVersion)
self._postToOutbox(blockJson, self.server.projectVersion,
blockerNickname)
return True
def do_GET(self):