We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e5171 commit 1ccbb1dCopy full SHA for 1ccbb1d
src/components/ProjectSidebar.tsx
@@ -1071,8 +1071,8 @@ const ProjectSidebar: React.FC<ProjectSidebarProps> = ({
1071
"Assistant is responding"
1072
) : isUnread ? (
1073
"Unread messages"
1074
- ) : workspaceState.lastUserMessageAt ? (
1075
- `Idle • Last used ${formatRelativeTime(workspaceState.lastUserMessageAt)}`
+ ) : workspaceState.recencyTimestamp ? (
+ `Idle • Last used ${formatRelativeTime(workspaceState.recencyTimestamp)}`
1076
) : (
1077
"Idle"
1078
)
0 commit comments