Skip to content

Commit

Permalink
chore!: remove deprecated livechat:saveSurveyFeedback method (#33443)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavkrin committed Oct 25, 2024
1 parent ff0d3f2 commit 64def56
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 58 deletions.
5 changes: 5 additions & 0 deletions .changeset/rude-dodos-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': major
---

Removed deprecated method `livechat:saveSurveyFeedback`. Moving forward use the endpoint `livechat/room.survey`.
1 change: 0 additions & 1 deletion apps/meteor/app/livechat/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ import './methods/saveDepartment';
import './methods/saveDepartmentAgents';
import './methods/saveInfo';
import './methods/saveIntegration';
import './methods/saveSurveyFeedback';
import './methods/saveTrigger';
import './methods/sendMessageLivechat';
import './methods/sendFileLivechatMessage';
Expand Down
57 changes: 0 additions & 57 deletions apps/meteor/app/livechat/server/methods/saveSurveyFeedback.ts

This file was deleted.

0 comments on commit 64def56

Please sign in to comment.