fix(core): don't auto-remove a subscription if any source is in error

This commit is contained in:
Francis Lachapelle
2022-05-11 16:29:49 -04:00
parent ab5f5abc80
commit 373ac51e62
6 changed files with 65 additions and 11 deletions
+1
View File
@@ -43,6 +43,7 @@
- (id) connection;
- (void) releaseConnection: (id) connection;
- (BOOL) isConnected;
/* requires a "." to obtain the full list of contacts */
- (void) setListRequiresDot: (BOOL) aBool;