Skip to content

Commit fcf3e34

Browse files
MartinSchoelerggazzo
authored andcommitted
chore!: Remove deprecated setCustomFields method (#36832)
1 parent dd53801 commit fcf3e34

File tree

3 files changed

+5
-32
lines changed

3 files changed

+5
-32
lines changed

.changeset/nasty-beans-breathe.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@rocket.chat/meteor": major
3+
---
4+
5+
Removes the deprecated `setCustomFields` method

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import './methods/setUsername';
4646
import './methods/unarchiveRoom';
4747
import './methods/unblockUser';
4848
import './methods/updateMessage';
49-
import './methods/saveCustomFields';
5049
import './methods/checkFederationConfiguration';
5150

5251
export * from './lib';

apps/meteor/app/lib/server/methods/saveCustomFields.ts

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)