deduplicate logic from message list and thread message list

This commit is contained in:
2026-04-04 22:51:27 -04:00
parent 1576f116de
commit 0fc2128e92
9 changed files with 436 additions and 660 deletions
+5 -7
View File
@@ -3,16 +3,14 @@
"name": "ditchcord",
"compatibility_date": "2026-04-04",
"observability": {
"enabled": true
"enabled": true,
},
"assets": {
"directory": "dist",
"not_found_handling": "single-page-application"
"not_found_handling": "single-page-application",
},
"compatibility_flags": [
"nodejs_compat"
],
"compatibility_flags": ["nodejs_compat"],
"build": {
"command": "pnpm run build"
}
"command": "pnpm run build",
},
}