We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f410fe commit 8508793Copy full SHA for 8508793
src/lib/cloud/social/provider.ts
@@ -416,13 +416,6 @@ export class CloudSocialProvider {
416
this.startMonitoringPresence_(invite.host);
417
this.notifyOfUser_(this.savedContacts_[invite.host]);
418
this.saveContacts_();
419
-
420
- // Connect in the background in order to fetch metadata such as
421
- // the banner (description).
422
- this.reconnect_(invite).catch((e: Error) => {
423
- log.warn('failed to log into cloud server during invite accept: %1', e.message);
424
- });
425
426
return Promise.resolve();
427
} catch (e) {
428
return Promise.reject(new Error('could not parse invite code: ' + e.message));
0 commit comments