Skip to content

Commit

Permalink
chore!: remove deprecated method livechat:setDepartmentForVisitor
Browse files Browse the repository at this point in the history
Signed-off-by: Abhinav Kumar <[email protected]>
  • Loading branch information
abhinavkrin committed Oct 10, 2024
1 parent 4610f28 commit e1ace3d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 52 deletions.
5 changes: 5 additions & 0 deletions .changeset/lemon-tables-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': major
---

Removes deprecated method `livechat:setDepartmentForVisitor`. Moving forward, use the endpoint `livechat/visitor`.
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 @@ -35,7 +35,6 @@ import './methods/saveDepartmentAgents';
import './methods/saveTrigger';
import './methods/sendMessageLivechat';
import './methods/sendFileLivechatMessage';
import './methods/setDepartmentForVisitor';
import './methods/transfer';
import './methods/setUpConnection';
import './methods/takeInquiry';
Expand Down
51 changes: 0 additions & 51 deletions apps/meteor/app/livechat/server/methods/setDepartmentForVisitor.ts

This file was deleted.

0 comments on commit e1ace3d

Please sign in to comment.