mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
send message programmatically
This commit is contained in:
@@ -29,6 +29,8 @@ class _RocketChatClientService {
|
||||
return conditionToSend
|
||||
}
|
||||
|
||||
private runRequestQueue(){}
|
||||
|
||||
connect(firstPingFunx: Function) {
|
||||
this.hasPing = false
|
||||
this.firstPingFunx = firstPingFunx
|
||||
@@ -83,6 +85,7 @@ class _RocketChatClientService {
|
||||
if(message.result) {
|
||||
if(message.result.token) {
|
||||
this.isLogin = true
|
||||
this.runRequestQueue()
|
||||
this.ws.wsMsgQueue()
|
||||
resolve(message)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user