Skip to content

Commit

Permalink
chore!: remove deprecated addOAuthApp method (#33465)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavkrin authored and ggazzo committed Oct 17, 2024
1 parent 3f9c3f1 commit 92139cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 25 deletions.
5 changes: 5 additions & 0 deletions .changeset/hungry-icons-try.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': major
---

Removes deprecated method `addOAuthApp`. Moving forward, use the endpoint `oauth-apps.create` instead.

This file was deleted.

1 change: 0 additions & 1 deletion apps/meteor/app/oauth2-server-config/server/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import './oauth/oauth2-server';
import './oauth/default-services';
import './admin/functions/addOAuthApp';
import './admin/methods/addOAuthApp';
import './admin/methods/updateOAuthApp';
import './admin/methods/deleteOAuthApp';

0 comments on commit 92139cd

Please sign in to comment.