Fix call signature.
- Legacy-Id: 2906
This commit is contained in:
parent
a6b719500e
commit
3418e1045b
|
@ -53,7 +53,7 @@ class Entity(object):
|
|||
def can_approve(self):
|
||||
return []
|
||||
|
||||
def post_only(self, person):
|
||||
def post_only(self, person, user):
|
||||
return False
|
||||
|
||||
def full_user_list(self):
|
||||
|
|
Loading…
Reference in a new issue