diff --git a/inbox.py b/inbox.py index 1b1535e3..c0c05f49 100644 --- a/inbox.py +++ b/inbox.py @@ -1713,6 +1713,8 @@ def likeNotify(baseDir: str, handle: str, actor: str, url: str) -> None: if not os.path.isdir(accountDir): return likeFile = accountDir + '/.newLike' + if os.path.isfile(likeFile): + return # This is not you liking your own post if actor in url: