Skip to content
  • Matt Baer's avatar
    Fix 500 on tags page · bd99044e
    Matt Baer authored
    This fixes a panic from a nil user when calling u.IsSuspended().
    Instead, this checks and calls IsSuspended() on `owner`.
    bd99044e