remove now-unused property

pull/216/head
Aevann 2023-10-18 21:59:45 +03:00
parent 1d0f51c011
commit f9b8ba42d1
1 changed files with 0 additions and 6 deletions

View File

@ -1317,12 +1317,6 @@ class User(Base):
return output
@property
@lazy
def can_see_my_shit(self):
v = g.v
return not self.shadowbanned or (v and (v.id == self.id or v.can_see_shadowbanned))
@property
@lazy
def ordered_badges(self):