Skip to content

Commit

Permalink
chore!: remove deprecated livechat:searchAgent method (#33373)
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 committed Oct 25, 2024
1 parent 21d2ac8 commit a3ffc35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 46 deletions.
5 changes: 5 additions & 0 deletions .changeset/forty-needles-sit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': major
---

This adjustment removes the deprecated method `livechat:searchAgent`. Moving forward, use `livechat/users/agent/:_id` 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 @@ -46,7 +46,6 @@ import './methods/saveInfo';
import './methods/saveIntegration';
import './methods/saveSurveyFeedback';
import './methods/saveTrigger';
import './methods/searchAgent';
import './methods/sendMessageLivechat';
import './methods/sendFileLivechatMessage';
import './methods/sendOfflineMessage';
Expand Down
45 changes: 0 additions & 45 deletions apps/meteor/app/livechat/server/methods/searchAgent.ts

This file was deleted.

0 comments on commit a3ffc35

Please sign in to comment.