Skip to content

Commit

Permalink
chore!: remove livechat:getCustomFields method (#33371)
Browse files Browse the repository at this point in the history
Signed-off-by: Abhinav Kumar <abhinav@avitechlab.com>
Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com>
  • Loading branch information
abhinavkrin and ggazzo authored Oct 1, 2024
1 parent 16a3c36 commit fc48ea6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 21 deletions.
5 changes: 5 additions & 0 deletions .changeset/tender-readers-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': major
---

This adjustment removes deprecated `livechat:getCustomFields` method. Moving forward use the `livechat/custom-fields` endpoint.
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 @@ -20,7 +20,6 @@ import './hooks/afterSaveOmnichannelMessage';
import './methods/changeLivechatStatus';
import './methods/closeRoom';
import './methods/discardTranscript';
import './methods/getCustomFields';
import './methods/getAgentData';
import './methods/getAgentOverviewData';
import './methods/getAnalyticsChartData';
Expand Down
20 changes: 0 additions & 20 deletions apps/meteor/app/livechat/server/methods/getCustomFields.ts

This file was deleted.

0 comments on commit fc48ea6

Please sign in to comment.