Don't expose 'connected' as a promise.
'reconnected' cannot be used as a promise (because it's recurring), so to avoid confusion let's not have a 'connected' promise either.
This commit is contained in:
parent
7850c38faa
commit
a9589cba71
@ -912,7 +912,6 @@ The core events, which are also promises are:
|
||||
|
||||
* cachedRoster
|
||||
* chatBoxesFetched
|
||||
* connected
|
||||
* pluginsInitialized
|
||||
* roster
|
||||
* rosterContactsFetched
|
||||
|
@ -155,7 +155,6 @@
|
||||
const PROMISES = [
|
||||
'cachedRoster',
|
||||
'chatBoxesFetched',
|
||||
'connected',
|
||||
'pluginsInitialized',
|
||||
'roster',
|
||||
'rosterContactsFetched',
|
||||
|
Loading…
Reference in New Issue
Block a user