Skip to content

Commit 879b1e6

Browse files
committed
chore!: remove deprecated livechat:loadHistory method (#33390)
Signed-off-by: Abhinav Kumar <[email protected]>
1 parent f9ccd6d commit 879b1e6

File tree

4 files changed

+5
-110
lines changed

4 files changed

+5
-110
lines changed

.changeset/slow-crabs-run.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@rocket.chat/meteor': patch
3+
---
4+
5+
Removed deprecated method `livechat:loadHistory` method. Moving forward use the `ivechat/messages.history/:rid` endpoint

apps/meteor/app/livechat/server/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ import './methods/getAnalyticsChartData';
2929
import './methods/getAnalyticsOverviewData';
3030
import './methods/getNextAgent';
3131
import './methods/getRoutingConfig';
32-
import './methods/loadHistory';
3332
import './methods/loginByToken';
3433
import './methods/pageVisited';
3534
import './methods/registerGuest';

apps/meteor/app/livechat/server/methods/loadHistory.ts

-48
This file was deleted.

apps/meteor/tests/end-to-end/api/livechat/methods/loadHistory.ts

-61
This file was deleted.

0 commit comments

Comments
 (0)