main
Bob Mottram 2020-08-27 10:35:26 +01:00
parent 6489c6f625
commit 7db274b57a
1 changed files with 2 additions and 0 deletions

View File

@ -1847,6 +1847,8 @@ def likeNotify(baseDir: str, domain: str, onionDomain: str,
return return
accountDir = baseDir + '/accounts/' + handle accountDir = baseDir + '/accounts/' + handle
# are like notifications enabled?
notifyLikesEnabledFilename = accountDir + '/.notifyLikes' notifyLikesEnabledFilename = accountDir + '/.notifyLikes'
if not os.path.isfile(notifyLikesEnabledFilename): if not os.path.isfile(notifyLikesEnabledFilename):
return return