Skip to content

Commit

Permalink
chore!: removed deprecated livechat:getNextAgent method
Browse files Browse the repository at this point in the history
Signed-off-by: Abhinav Kumar <abhinav@avitechlab.com>
  • Loading branch information
abhinavkrin committed Oct 3, 2024
1 parent 09d45b8 commit b2f04eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 50 deletions.
5 changes: 5 additions & 0 deletions .changeset/large-pillows-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': major
---

Removed deprecated method `livechat:getNextAgent`. Moving forward, use the `livechat/agent.next/:token` 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 @@ -24,7 +24,6 @@ import './methods/getAgentData';
import './methods/getAgentOverviewData';
import './methods/getAnalyticsChartData';
import './methods/getAnalyticsOverviewData';
import './methods/getNextAgent';
import './methods/getRoutingConfig';
import './methods/pageVisited';
import './methods/registerGuest';
Expand Down
49 changes: 0 additions & 49 deletions apps/meteor/app/livechat/server/methods/getNextAgent.ts

This file was deleted.

0 comments on commit b2f04eb

Please sign in to comment.