feat: Remove chat key management and debug endpoints, simplify chat message handling, and enhance migration page with DM and bot export capabilities.

This commit is contained in:
Christomatt
2026-01-29 00:04:22 +01:00
parent 9cd23081ed
commit c47b0141f5
11 changed files with 293 additions and 249 deletions
+1
View File
@@ -10,6 +10,7 @@ export async function GET() {
}
const session = await getSession();
if (!session) {
return NextResponse.json({ isAdmin: false, user: null });
}