We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6a8c2 commit 50258cfCopy full SHA for 50258cf
packages/core/src/amazonq/messages/messagePublisher.ts
@@ -30,6 +30,8 @@ export class UiMessagePublisher<T> extends MessagePublisher<T> {
30
}
31
32
public override publish(event: T): void {
33
+ super.publish(event)
34
+ return
35
// immediately send if Chat UI is ready
36
if (this.isUiReady) {
37
super.publish(event)
0 commit comments