Merge commit 'a32a126cac42c73236236b5a9bd660765b9c58ee' into glitch-soc/merge-upstream

Conflicts:
- `spec/lib/sanitize/config_spec.rb`:
  Conflict due to glitch-soc having factored the file differently.
  Ported upstream's changes.
This commit is contained in:
Claire
2024-03-13 20:14:18 +01:00
19 changed files with 109 additions and 64 deletions

View File

@@ -58,7 +58,7 @@ describe Sanitize::Config do
end
describe '::MASTODON_OUTGOING' do
subject { Sanitize::Config::MASTODON_OUTGOING }
subject { described_class::MASTODON_OUTGOING }
around do |example|
original_web_domain = Rails.configuration.x.web_domain