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
|
* cachedRoster
|
||||||
* chatBoxesFetched
|
* chatBoxesFetched
|
||||||
* connected
|
|
||||||
* pluginsInitialized
|
* pluginsInitialized
|
||||||
* roster
|
* roster
|
||||||
* rosterContactsFetched
|
* rosterContactsFetched
|
||||||
|
@ -155,7 +155,6 @@
|
|||||||
const PROMISES = [
|
const PROMISES = [
|
||||||
'cachedRoster',
|
'cachedRoster',
|
||||||
'chatBoxesFetched',
|
'chatBoxesFetched',
|
||||||
'connected',
|
|
||||||
'pluginsInitialized',
|
'pluginsInitialized',
|
||||||
'roster',
|
'roster',
|
||||||
'rosterContactsFetched',
|
'rosterContactsFetched',
|
||||||
|
Loading…
Reference in New Issue
Block a user