Skip to content

Commit

Permalink
fix: fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehco1996 committed Jan 15, 2024
1 parent 796948f commit 73d3886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/sspanel/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def status_info(self, instance):
last_reply = instance.messages.last()
if not last_reply:
res += " | 未读"
elif last_reply.user.is_staff:
elif not last_reply.user.is_staff:
res += " | 未读"
return res

Expand Down

0 comments on commit 73d3886

Please sign in to comment.