Skip to content
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

Add Http::default_allowed_mentions #2834

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

GnomedDev
Copy link
Member

Closes #2630. ClientBuilder cannot have a method that mutates Http as next is taking Http as Arc and shouldn't duplicate Http's configuration anyway, so this can only be used with ClientBuilder::new_with_http.

@github-actions github-actions bot added builder Related to the `builder` module. http Related to the `http` module. labels Apr 7, 2024
@arqunis arqunis added the enhancement An improvement to Serenity. label Apr 8, 2024
@arqunis arqunis merged commit b483536 into serenity-rs:current Apr 8, 2024
22 checks passed
@GnomedDev GnomedDev deleted the default-allowed-mentions branch April 8, 2024 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
builder Related to the `builder` module. enhancement An improvement to Serenity. http Related to the `http` module.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add allowed_mentions to ClientBuilder
2 participants