fd
This commit is contained in:
parent
d0a41c9d7d
commit
549f28fb83
7 changed files with 23 additions and 23 deletions
|
@ -535,11 +535,11 @@ class User(Base, Stndrd, Age_times):
|
|||
|
||||
@property
|
||||
def is_blocking(self):
|
||||
return self.__dict__.get('_is_blocking', 0)
|
||||
return self.__dict__.get('is_blocking', 0)
|
||||
|
||||
@property
|
||||
def is_blocked(self):
|
||||
return self.__dict__.get('_is_blocked', 0)
|
||||
return self.__dict__.get('is_blocked', 0)
|
||||
|
||||
def refresh_selfset_badges(self):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue