mirror of https://gitlab.com/bashrc2/epicyon
Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon into main
commit
1423cb34d5
|
|
@ -941,7 +941,7 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str,
|
|||
domain, port,
|
||||
httpPrefix, speakerJson['id'],
|
||||
cachedWebfingers, personCache,
|
||||
True, __version__)
|
||||
False, __version__)
|
||||
print('')
|
||||
elif keyPress == 'unlike' or keyPress == 'undo like':
|
||||
if nameStr and gender and messageStr:
|
||||
|
|
@ -955,7 +955,7 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str,
|
|||
domain, port,
|
||||
httpPrefix, speakerJson['id'],
|
||||
cachedWebfingers, personCache,
|
||||
True, __version__)
|
||||
False, __version__)
|
||||
print('')
|
||||
elif (keyPress == 'announce' or
|
||||
keyPress == 'boost' or
|
||||
|
|
|
|||
Loading…
Reference in New Issue