8===============D

remotes/1693045480750635534/spooky-22
CaringCleaner 2021-11-24 15:50:35 +00:00
parent 7fdf0ad348
commit ea5d69c561
1 changed files with 1 additions and 4 deletions

View File

@ -202,10 +202,7 @@ class User(Base):
@property
@lazy
def ban_reason_link(self):
if not self.ban_reason:
return self.ban_reason
if self.ban_reason.startswith("/post/") or self.ban_reason.startswith("/comment/"):
if self.ban_reason and (self.ban_reason.startswith("/post/") or self.ban_reason.startswith("/comment/")):
return self.ban_reason.split(" ", 1)[0]
@property