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
@@ -134,7 +134,6 @@ export async function POST(request: NextRequest) {
senderNodeDomain: senderNodeDomain,
senderDid: did,
content: content,
encryptedContent: '',
deliveredAt: new Date(),
});