Skip to content

Commit

Permalink
chore!: remove deprecated livechat:loadHistory method (#33390)
Browse files Browse the repository at this point in the history
Signed-off-by: Abhinav Kumar <abhinav@avitechlab.com>
  • Loading branch information
abhinavkrin authored and MartinSchoeler committed Oct 14, 2024
1 parent 594451b commit fd57d74
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 110 deletions.
5 changes: 5 additions & 0 deletions .changeset/slow-crabs-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Removed deprecated method `livechat:loadHistory` method. Moving forward use the `ivechat/messages.history/:rid` 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 @@ -29,7 +29,6 @@ import './methods/getAnalyticsChartData';
import './methods/getAnalyticsOverviewData';
import './methods/getNextAgent';
import './methods/getRoutingConfig';
import './methods/loadHistory';
import './methods/loginByToken';
import './methods/pageVisited';
import './methods/registerGuest';
Expand Down
48 changes: 0 additions & 48 deletions apps/meteor/app/livechat/server/methods/loadHistory.ts

This file was deleted.

61 changes: 0 additions & 61 deletions apps/meteor/tests/end-to-end/api/livechat/methods/loadHistory.ts

This file was deleted.

0 comments on commit fd57d74

Please sign in to comment.