Skip to content

Commit

Permalink
chore!: remove deprecated method livechat:saveInfo (#33447)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavkrin authored and ggazzo committed Oct 17, 2024
1 parent aa6dd17 commit c493e6a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 96 deletions.
5 changes: 5 additions & 0 deletions .changeset/kind-eels-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': major
---

Removes deprecated method `livechat:saveInfo`. Moving forward use the enpoint `livechat/room/save.info`.
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 @@ -39,7 +39,6 @@ import './methods/saveAppearance';
import './methods/saveCustomField';
import './methods/saveDepartment';
import './methods/saveDepartmentAgents';
import './methods/saveInfo';
import './methods/saveIntegration';
import './methods/saveTrigger';
import './methods/sendMessageLivechat';
Expand Down
95 changes: 0 additions & 95 deletions apps/meteor/app/livechat/server/methods/saveInfo.ts

This file was deleted.

0 comments on commit c493e6a

Please sign in to comment.