From 4c3106b1275621c9344b2e344907a1e504dec589 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 17 Oct 2020 14:40:36 +0100 Subject: [PATCH] Always true --- newsdaemon.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/newsdaemon.py b/newsdaemon.py index 5f60cf09..5d65dd81 100644 --- a/newsdaemon.py +++ b/newsdaemon.py @@ -270,8 +270,8 @@ def newswireHashtagProcessing(session, baseDir: str, postJsonObject: {}, # federationList: [], # sendThreads: [], postLog: [], cachedWebfingers: {}, # personCache: {}, False, __version__) -> int: - if actionOccurred: - return True + # if actionOccurred: + # return True return True