new(core.gbapp): New API endpoint.
This commit is contained in:
parent
dab7239f32
commit
8fd54d5ee0
1 changed files with 1 additions and 0 deletions
|
@ -1637,6 +1637,7 @@ export class GBMinService {
|
||||||
const response = await client.apis.Conversations.Conversations_StartConversation();
|
const response = await client.apis.Conversations.Conversations_StartConversation();
|
||||||
|
|
||||||
min['apiConversations'][pid] = {conversation: response.obj, client: client};
|
min['apiConversations'][pid] = {conversation: response.obj, client: client};
|
||||||
|
min['conversationWelcomed'][response.obj.id] = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
let ret = await GBVMService.callVM(script, min, null, pid, false, data);
|
let ret = await GBVMService.callVM(script, min, null, pid, false, data);
|
||||||
|
|
Loading…
Add table
Reference in a new issue