Skip to content

Commit

Permalink
chore!: remove deprecated livechat:loginByToken method (#33391)
Browse files Browse the repository at this point in the history
Signed-off-by: Abhinav Kumar <abhinav@avitechlab.com>
Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com>
  • Loading branch information
abhinavkrin and ggazzo authored Oct 1, 2024
1 parent 04bf1a5 commit 16a3c36
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 95 deletions.
5 changes: 5 additions & 0 deletions .changeset/grumpy-weeks-appear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': major
---

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

This file was deleted.

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

This file was deleted.

0 comments on commit 16a3c36

Please sign in to comment.