Always use the custom url, even if no Matrix gateway is detected.

This commit is contained in:
Benoit Marty 2024-09-04 10:48:18 +02:00
parent 0e5ecf2d07
commit 0423c36e08
10 changed files with 282 additions and 36 deletions

View file

@ -60,6 +60,7 @@ dependencies {
testImplementation(libs.test.turbine)
testImplementation(projects.libraries.matrix.test)
testImplementation(projects.libraries.push.test)
testImplementation(projects.libraries.pushproviders.test)
testImplementation(projects.libraries.pushstore.test)
testImplementation(projects.tests.testutils)
testImplementation(projects.services.toolbox.test)