master
Aevann1 2022-08-04 17:14:59 +02:00
parent da55adb790
commit 1afb1ea76f
1 changed files with 1 additions and 1 deletions

View File

@ -684,7 +684,7 @@ class User(Base):
WHERE user1 = :u OR user2 = :u WHERE user1 = :u OR user2 = :u
) AS a ) AS a
JOIN users ON a.id = users.id JOIN users ON a.id = users.id
WHERE users.shadowbanned IS NOT NULL""", WHERE users.shadowbanned IS NOT NULL or users.is_banned != 0 and users.unban_utc = 0""",
{"u": self.id}).scalar() {"u": self.id}).scalar()
return qty > 0 return qty > 0