Skip to content

Commit

Permalink
chore!: remove deprecated method livechat:webhookTest (#33449)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavkrin authored and ggazzo committed Oct 11, 2024
1 parent 6c088ec commit ed4afed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 94 deletions.
5 changes: 5 additions & 0 deletions .changeset/forty-actors-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': major
---

Removes deprecated method `livechat:webhookTest`. Moving forward use the endpoint `livechat/webhook.test`.
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 @@ -45,7 +45,6 @@ import './methods/sendFileLivechatMessage';
import './methods/setCustomField';
import './methods/setDepartmentForVisitor';
import './methods/transfer';
import './methods/webhookTest';
import './methods/setUpConnection';
import './methods/takeInquiry';
import './methods/requestTranscript';
Expand Down
93 changes: 0 additions & 93 deletions apps/meteor/app/livechat/server/methods/webhookTest.ts

This file was deleted.

0 comments on commit ed4afed

Please sign in to comment.