Use nickname

main
Bob Mottram 2021-09-03 16:51:24 +01:00
parent fd3a06956d
commit 5be6608610
1 changed files with 2 additions and 2 deletions

View File

@ -7748,7 +7748,7 @@ class PubServer(BaseHTTPRequestHandler):
domain, mutePostJson)
print('Muted post json: ' + str(mutePostJson))
print('Muted post nickname: ' +
self.postToNickname + ' ' + domain)
nickname + ' ' + domain)
print('Muted post cache: ' + str(cachedPostFilename))
showIndividualPostIcons = True
manuallyApproveFollowers = \
@ -7846,7 +7846,7 @@ class PubServer(BaseHTTPRequestHandler):
domain, mutePostJson)
print('Unmuted post json: ' + str(mutePostJson))
print('Unmuted post nickname: ' +
self.postToNickname + ' ' + domain)
nickname + ' ' + domain)
print('Unmuted post cache: ' + str(cachedPostFilename))
showIndividualPostIcons = True
manuallyApproveFollowers = \