Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/seven-badgers-dress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": major
---

Removes deprecated changeLivechatStatus meteor method
Comment thread
lucas-a-pelegrino marked this conversation as resolved.
Outdated
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 @@ -15,7 +15,6 @@ import './hooks/saveLastMessageToInquiry';
import './hooks/afterUserActions';
import './hooks/afterAgentRemoved';
import './hooks/afterSaveOmnichannelMessage';
import './methods/changeLivechatStatus';
import './methods/closeRoom';
import './methods/getAnalyticsChartData';
import './methods/getRoutingConfig';
Expand Down
73 changes: 0 additions & 73 deletions apps/meteor/app/livechat/server/methods/changeLivechatStatus.ts

This file was deleted.

This file was deleted.

Loading