Merge pull request #7637 from thunderbird/fix-discovery-ordering

Fix order of discovery methods
This commit is contained in:
Wolf-Martell Montwé 2024-02-14 11:14:34 +00:00 committed by GitHub
commit cbc9f88830
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,10 +29,10 @@ class RealAutoDiscoveryRegistry(
okHttpClient = okHttpClient,
config = autoconfigUrlConfig,
),
createMxLookupAutoconfigDiscovery(
createIspDbAutoconfigDiscovery(
okHttpClient = okHttpClient,
),
createIspDbAutoconfigDiscovery(
createMxLookupAutoconfigDiscovery(
okHttpClient = okHttpClient,
),
),