Commit 7ba7b959 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

feat: message event

parent b094153a
......@@ -156,6 +156,8 @@
} else {
message.citations = [data];
}
} else if (type === 'message') {
message.content += data.content;
} else if (type === 'confirmation') {
eventCallback = cb;
showEventConfirmation = true;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment