From 7db274b57ae1cdb1a8f22997dc4111ff5f9540e1 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 27 Aug 2020 10:35:26 +0100 Subject: [PATCH] Comment --- inbox.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inbox.py b/inbox.py index f5c2138b8..808858d40 100644 --- a/inbox.py +++ b/inbox.py @@ -1847,6 +1847,8 @@ def likeNotify(baseDir: str, domain: str, onionDomain: str, return accountDir = baseDir + '/accounts/' + handle + + # are like notifications enabled? notifyLikesEnabledFilename = accountDir + '/.notifyLikes' if not os.path.isfile(notifyLikesEnabledFilename): return