ffsd
This commit is contained in:
parent
fcf7cdae9f
commit
c0e18709a7
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ class User(Base):
|
||||||
|
|
||||||
@lazy
|
@lazy
|
||||||
def mods(self, sub):
|
def mods(self, sub):
|
||||||
return g.db.query(Mod.user_id).filter_by(user_id=self.id, sub=sub).one_or_none()
|
return self.admin_level > 1 or g.db.query(Mod.user_id).filter_by(user_id=self.id, sub=sub).one_or_none()
|
||||||
|
|
||||||
@property
|
@property
|
||||||
@lazy
|
@lazy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue