|
@@ -156,6 +156,8 @@
|
|
} else {
|
|
} else {
|
|
message.citations = [data];
|
|
message.citations = [data];
|
|
}
|
|
}
|
|
|
|
+ } else if (type === 'message') {
|
|
|
|
+ message.content += data.content;
|
|
} else if (type === 'confirmation') {
|
|
} else if (type === 'confirmation') {
|
|
eventCallback = cb;
|
|
eventCallback = cb;
|
|
showEventConfirmation = true;
|
|
showEventConfirmation = true;
|