feat(FN-2012): merge fusion/fn-2012

This commit is contained in:
gsxdsm
2026-04-17 15:24:46 -07:00
parent 6fbf2871e9
commit c5181c6e32
5 changed files with 102 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Fix DELETE /api/chat/sessions/:id/messages/:messageId to actually delete the message from the database instead of returning success without any action.