(workspaceId: string)
| 624 | * Format: "workspaceLastRead:{workspaceId}" |
| 625 | */ |
| 626 | export function getWorkspaceLastReadKey(workspaceId: string): string { |
| 627 | return `workspaceLastRead:${workspaceId}`; |
| 628 | } |
| 629 | |
| 630 | /** |
| 631 | * Left sidebar collapsed state (global, manual toggle) |
no outgoing calls