new: add custom url-test for each repository
This commit is contained in:
@@ -103,6 +103,7 @@ class ConnectionNotifier extends _$ConnectionNotifier with AppLogger {
|
||||
profile.id,
|
||||
profile.name,
|
||||
ref.read(Preferences.disableMemoryLimit),
|
||||
profile.testUrl,
|
||||
)
|
||||
.mapLeft((err) {
|
||||
loggy.warning("error reconnecting", err);
|
||||
@@ -133,6 +134,7 @@ class ConnectionNotifier extends _$ConnectionNotifier with AppLogger {
|
||||
activeProfile.id,
|
||||
activeProfile.name,
|
||||
ref.read(Preferences.disableMemoryLimit),
|
||||
activeProfile.testUrl,
|
||||
)
|
||||
.mapLeft((err) async {
|
||||
loggy.warning("error connecting", err);
|
||||
|
||||
Reference in New Issue
Block a user