From 804c045a7527f202ace320ef71e431d64af0dfac Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 7 Jul 2021 10:32:48 +0100 Subject: [PATCH] Comments --- inbox.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/inbox.py b/inbox.py index 6d4de0261..cd64f391c 100644 --- a/inbox.py +++ b/inbox.py @@ -1852,7 +1852,9 @@ def _likeNotify(baseDir: str, domain: str, onionDomain: str, def _notifyPostArrival(baseDir: str, handle: str, url: str) -> None: - """Creates a notification that a new post has arrived + """Creates a notification that a new post has arrived. + This is for followed accounts with the notify checkbox enabled + on the person options screen """ accountDir = baseDir + '/accounts/' + handle if not os.path.isdir(accountDir):