mirror of https://gitlab.com/bashrc2/epicyon
Use nickname
parent
fd3a06956d
commit
5be6608610
|
@ -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 = \
|
||||
|
|
Loading…
Reference in New Issue