We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab06ed commit 834c8c9Copy full SHA for 834c8c9
app/src/main/java/org/thoughtcrime/securesms/linkdevice/LinkDeviceViewModel.kt
@@ -407,7 +407,7 @@ class LinkDeviceViewModel : ViewModel() {
407
LinkedDeviceInactiveCheckJob.enqueue()
408
}
409
410
- private fun Uri.supportsLinkAndSync(): Boolean = this.getQueryParameter("capabilities")?.split(",")?.contains("backup2") == true
+ private fun Uri.supportsLinkAndSync(): Boolean = this.getQueryParameter("capabilities")?.split(",")?.contains("backup") == true
411
412
fun onSyncErrorIgnored() = viewModelScope.launch(Dispatchers.IO) {
413
val dialogState = _state.value.dialogState
0 commit comments