Skip to content

Commit

Permalink
chore!: remove deprecated livechat:getAgentOverviewData method (#33445)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavkrin authored and ggazzo committed Oct 14, 2024
1 parent e8ac72c commit 0b086db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 36 deletions.
5 changes: 5 additions & 0 deletions .changeset/mean-readers-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': major
---

Removes deprecated `livechat:getAgentOverviewData` method. Moving forward use `livechat/analytics/agent-overview` 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/getAgentOverviewData';
import './methods/getAnalyticsChartData';
import './methods/getAnalyticsOverviewData';
import './methods/getNextAgent';
Expand Down
35 changes: 0 additions & 35 deletions apps/meteor/app/livechat/server/methods/getAgentOverviewData.ts

This file was deleted.

0 comments on commit 0b086db

Please sign in to comment.