diff --git a/notifications_client.py b/notifications_client.py index 5cd4d02fb..395dd17e2 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -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