- Notifications
You must be signed in to change notification settings - Fork909
Description
In thedeployment/users
page, for suspended users the status column will say something like "Suspended / 8 days ago".

To me, this reads as if we are saying they were suspended 8 days ago. Looking at the API response, it seems we're using thelast_seen_at
property to compute "8 days ago," so really, this means they last logged in 8 days ago, not that they were suspended 8 days ago.