mirror of https://gitlab.com/bashrc2/epicyon
Use nickname
parent
fd3a06956d
commit
5be6608610
|
@ -7748,7 +7748,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
domain, mutePostJson)
|
domain, mutePostJson)
|
||||||
print('Muted post json: ' + str(mutePostJson))
|
print('Muted post json: ' + str(mutePostJson))
|
||||||
print('Muted post nickname: ' +
|
print('Muted post nickname: ' +
|
||||||
self.postToNickname + ' ' + domain)
|
nickname + ' ' + domain)
|
||||||
print('Muted post cache: ' + str(cachedPostFilename))
|
print('Muted post cache: ' + str(cachedPostFilename))
|
||||||
showIndividualPostIcons = True
|
showIndividualPostIcons = True
|
||||||
manuallyApproveFollowers = \
|
manuallyApproveFollowers = \
|
||||||
|
@ -7846,7 +7846,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
domain, mutePostJson)
|
domain, mutePostJson)
|
||||||
print('Unmuted post json: ' + str(mutePostJson))
|
print('Unmuted post json: ' + str(mutePostJson))
|
||||||
print('Unmuted post nickname: ' +
|
print('Unmuted post nickname: ' +
|
||||||
self.postToNickname + ' ' + domain)
|
nickname + ' ' + domain)
|
||||||
print('Unmuted post cache: ' + str(cachedPostFilename))
|
print('Unmuted post cache: ' + str(cachedPostFilename))
|
||||||
showIndividualPostIcons = True
|
showIndividualPostIcons = True
|
||||||
manuallyApproveFollowers = \
|
manuallyApproveFollowers = \
|
||||||
|
|
Loading…
Reference in New Issue