mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-02 04:07:16 +00:00
fix(core): don't auto-remove a subscription if any source is in error
This commit is contained in:
@@ -445,6 +445,11 @@
|
||||
return channel;
|
||||
}
|
||||
|
||||
- (BOOL) isConnected
|
||||
{
|
||||
return [self connection];
|
||||
}
|
||||
|
||||
- (void) releaseConnection: (id) connection
|
||||
{
|
||||
GCSChannelManager *cm;
|
||||
|
||||
Reference in New Issue
Block a user