Skip to content

Commit

Permalink
chore!: remove deprecated method getPasswordPolicy (#33473)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavkrin authored and ggazzo committed Oct 17, 2024
1 parent 3395c82 commit 542fae0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 38 deletions.
5 changes: 5 additions & 0 deletions .changeset/heavy-apricots-wash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': major
---

Removes deprecated method `getPasswordPolicy`. Moving forward, use the endpoint `pw.getPolicy`.
37 changes: 0 additions & 37 deletions apps/meteor/server/methods/getPasswordPolicy.ts

This file was deleted.

1 change: 0 additions & 1 deletion apps/meteor/server/methods/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import './createDirectMessage';
import './deleteFileMessage';
import './deleteUser';
import './getAvatarSuggestion';
import './getPasswordPolicy';
import './getRoomById';
import './getRoomIdByNameOrId';
import './getRoomNameById';
Expand Down

0 comments on commit 542fae0

Please sign in to comment.