# 그룹 멤버의 마지막 방문 및 마지막 게시 날짜 (숨겨진 프로필)

**URL:** https://meta.discourse.org/t/group-members-last-visited-and-last-posted-date-of-hidden-profiles/406816
**Category:** UX
**Tags:** groups, fixed
**Created:** [7월 4, 2026, 8:54오전 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:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [7월 4, 2026, 8:54오전 UTC](https://meta.discourse.org/t/group-members-last-visited-and-last-posted-date-of-hidden-profiles/406816/1 "2026-07-04T08:54:33Z")

</div>

이것은 [@team](https://meta.discourse.org/groups/team) 그룹의 멤버 목록에서 캡처한 스크린샷입니다. 프로필이 숨겨진 사용자의 날짜에 문제가 있는 것으로 보이며, 이로 인해 이름이 거의 보이지 않습니다.

 ![Screenshot_20260704_104308_Firefox](https://global.discourse-cdn.com/meta/original/4X/0/2/e/02e3f524dc33bbb110726ddbaaba921c68ed4a07.jpeg)

팀 그룹을 @멘션할 수 없으므로, 알림을 피하기 위해 이 부분을 수정할 필요가 없습니다.

---

<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: [7월 6, 2026, 3:13오후 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>

감사합니다! 관리자가 놓치기 쉬운 부분이었는데, 수정이 진행 중입니다.

> <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.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [7월 8, 2026, 3:29오후 UTC](https://meta.discourse.org/t/group-members-last-visited-and-last-posted-date-of-hidden-profiles/406816/3 "2026-07-08T15:29:26Z")

</div>


