report unparsable limit as http upload available

This commit is contained in:
Daniel Gultsch 2018-06-05 16:18:18 +02:00
parent 4538909275
commit 4019593181
1 changed files with 1 additions and 1 deletions

View File

@ -1827,7 +1827,7 @@ public class XmppConnection implements Runnable {
return false;
}
} catch (Exception e) {
//ignored
return true;
}
}
}