Skip to content

Commit

Permalink
chore!: remove deprecated method livechat:saveAppearance (#33448)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavkrin committed Oct 10, 2024
1 parent 1d1bb14 commit 1ebed6b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 64 deletions.
5 changes: 5 additions & 0 deletions .changeset/many-carrots-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': major
---

Removes the deprecated method `livechat:saveAppearance`. Moving forward use the endpoint `livechat/appearance`.
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 @@ -34,7 +34,6 @@ import './methods/removeManager';
import './methods/removeTrigger';
import './methods/removeRoom';
import './methods/saveAgentInfo';
import './methods/saveAppearance';
import './methods/saveCustomField';
import './methods/saveDepartment';
import './methods/saveDepartmentAgents';
Expand Down
63 changes: 0 additions & 63 deletions apps/meteor/app/livechat/server/methods/saveAppearance.ts

This file was deleted.

0 comments on commit 1ebed6b

Please sign in to comment.