-
Notifications
You must be signed in to change notification settings - Fork 13.6k
chore: remove oauthRedirectUri override (dead code after Meteor OAuth removal) #40354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changes from all commits
d9c2e70
f426021
5c6e552
02de1e7
23ca536
42a7f04
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| '@rocket.chat/meteor': patch | ||
| --- | ||
|
|
||
| Remove oauthRedirectUri override (dead code after Meteor OAuth stack removal) | ||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,5 @@ | ||||||||||||||||||||||
| --- | ||||||||||||||||||||||
| '@rocket.chat/meteor': patch | ||||||||||||||||||||||
| --- | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| Remove useCorsSSLConfig hook and absoluteUrl startup patch (dead code after Meteor DDP removal) | ||||||||||||||||||||||
|
Comment on lines
+1
to
+5
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Update changeset description to match the full PR scope. This changeset body only mentions removing Suggested change-Remove useCorsSSLConfig hook and absoluteUrl startup patch (dead code after Meteor DDP removal)
+Remove dead Meteor OAuth/DDP compatibility patches: `oauthRedirectUri` override, `useCorsSSLConfig` hook, and `absoluteUrl` startup patch📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||||||||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1 @@ | ||
| import './absoluteUrl'; | ||
| import './accounts'; |
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make the changeset note more explicit (non-functional + reference).
The front matter looks correct, but the body is extremely brief. Please consider expanding it to explicitly state this is non-breaking / no functional changes, and optionally reference the relevant issue/PR (e.g.,
#40346/ PR#40354) so release notes are self-contained and auditable later.🤖 Prompt for AI Agents