# Group members last visited and last posted date of hidden profiles

**URL:** https://meta.discourse.org/t/group-members-last-visited-and-last-posted-date-of-hidden-profiles/406816
**Category:** UX
**Tags:** groups, fixed
**Created:** [July 4, 2026, 8:54am UTC](https://meta.discourse.org/t/group-members-last-visited-and-last-posted-date-of-hidden-profiles/406816 "2026-07-04T08:54:33Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [July 6, 2026, 3:13pm UTC](https://meta.discourse.org/t/group-members-last-visited-and-last-posted-date-of-hidden-profiles/406816/2 "2026-07-06T15:13:56Z")

</div>

Thanks! this is easy to miss as an admin, a fix is on the way

> <https://github.com/discourse/discourse/pull/41467>
>
> Reported here: https://meta.discourse.org/t/group-members-last-visited-and-last-…posted-date-of-hidden-profiles/406816
> 
> When someone's profile is hidden, \`last\_seen\_at\` and \`last\_posted\_at\` are hidden. The group user directory calls \`{{dAgeWithTooltip m.last\_seen\_at format="medium"}}\`, which does \`new Date(undefined)\` resulting in \`Invalid Date\`, which is truthy! This passes the \`!date\` check in \`autoUpdatingRelativeAge\` and results in a broken translation: 
> 
> \<img width="886" height="86" alt="image" src="https://github.com/user-attachments/assets/6e18cc82-82cd-429e-8c92-a4351051ac2e" /\>
>  
> Adding \`isNaN(date.getTime())\` avoids the case where we attempt to process a \`new Date()\` result that's not a date.

---

_[View the full topic](https://meta.discourse.org/t/group-members-last-visited-and-last-posted-date-of-hidden-profiles/406816)._
