From a10d864c02db409b17bf1dfd2aa79d1d046b46bc Mon Sep 17 00:00:00 2001 From: mplorentz Date: Thu, 19 Feb 2026 11:24:24 -0500 Subject: [PATCH] Reopen the last DM that was open when navigating back to chat --- src/app/components/PrimaryNav.svelte | 8 +++----- src/app/util/history.ts | 4 ++++ src/app/util/routes.ts | 6 +++++- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/app/components/PrimaryNav.svelte b/src/app/components/PrimaryNav.svelte index 49372789..d76a41ba 100644 --- a/src/app/components/PrimaryNav.svelte +++ b/src/app/components/PrimaryNav.svelte @@ -1,6 +1,5 @@