Skip to content

Commit

Permalink
chore!: remove deprecated livechat:pageVisited method (#33427)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavkrin authored Oct 9, 2024
1 parent 32a398d commit bcdb415
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 20 deletions.
5 changes: 5 additions & 0 deletions .changeset/tricky-horses-swim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': major
---

Removed deprecated method `livechat:pageVisited`. Moving forward, use the `livechat/page.visited` 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 @@ -26,7 +26,6 @@ import './methods/getAnalyticsChartData';
import './methods/getAnalyticsOverviewData';
import './methods/getNextAgent';
import './methods/getRoutingConfig';
import './methods/pageVisited';
import './methods/registerGuest';
import './methods/removeAgent';
import './methods/removeAllClosedRooms';
Expand Down
19 changes: 0 additions & 19 deletions apps/meteor/app/livechat/server/methods/pageVisited.ts

This file was deleted.

0 comments on commit bcdb415

Please sign in to comment.