mirror of https://gitlab.com/bashrc2/epicyon
Comment
parent
6489c6f625
commit
7db274b57a
2
inbox.py
2
inbox.py
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue