We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
setCustomFields
1 parent dd53801 commit fcf3e34Copy full SHA for fcf3e34
.changeset/nasty-beans-breathe.md
@@ -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
@@ -46,7 +46,6 @@ import './methods/setUsername';
46
import './methods/unarchiveRoom';
47
import './methods/unblockUser';
48
import './methods/updateMessage';
49
-import './methods/saveCustomFields';
50
import './methods/checkFederationConfiguration';
51
52
export * from './lib';
apps/meteor/app/lib/server/methods/saveCustomFields.ts
0 commit comments