diff --git a/files/classes/user.py b/files/classes/user.py index a52d693b40..6f3fb05b78 100644 --- a/files/classes/user.py +++ b/files/classes/user.py @@ -1033,6 +1033,8 @@ class User(Base): if user and user.id == other.author_id: return True if isinstance(other, Submission): if "!YOU!" in other.title and not user: return False + if not g.webview and other.author_id == AEVANN_ID and other.title.startswith('[ANDROID]'): + return False if other.sub and not cls.can_see(user, other.subr): return False else: if not other.parent_submission: