Elliott-Chong / chatpdf-yt

https://chatpdf-elliott.vercel.app
641 stars 263 forks source link

How to add deletion based on the chatID #29

Open davidtw999 opened 7 months ago

davidtw999 commented 7 months ago

Hi,

I want to add the deletion button beside the chat message, but it seems like the deletion doesn't work for the server. Anyone know how to write the correct function for the deletion in chatsideBar.tsx

This is the function I created for deletion, it actually show Chat deleted successfully, however the server side and database remain the same value. image Any suggestions?