Skip to content

Commit

Permalink
chore!: remove deprecated method livechat:saveIntegration (#33451)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavkrin authored and ggazzo committed Oct 11, 2024
1 parent b980fbb commit 56b587a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 75 deletions.
5 changes: 5 additions & 0 deletions .changeset/real-avocados-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': major
---

Removes deprecated method `livechat:saveIntegration`. Moving forward, use the endpoint `omnichannel/integrations (POST)`.
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 @@ -33,7 +33,6 @@ import './methods/saveAgentInfo';
import './methods/saveCustomField';
import './methods/saveDepartment';
import './methods/saveDepartmentAgents';
import './methods/saveIntegration';
import './methods/saveTrigger';
import './methods/sendMessageLivechat';
import './methods/sendFileLivechatMessage';
Expand Down
74 changes: 0 additions & 74 deletions apps/meteor/app/livechat/server/methods/saveIntegration.ts

This file was deleted.

0 comments on commit 56b587a

Please sign in to comment.