Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 62b42c5

Browse files
committed
Fix
1 parent 90bb800 commit 62b42c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/discourse/components/ai-post-helper-menu.gjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export default class AiPostHelperMenu extends Component {
151151
@bind
152152
subscribe() {
153153
const channel = `/discourse-ai/ai-helper/stream_suggestion/${this.args.data.quoteState.postId}`;
154-
this.lastMessageId = this.messageBus.subscribe(
154+
this.messageBus.subscribe(
155155
channel,
156156
(data, id) => {
157157
this._lastMessageIds[channel] = id;

0 commit comments

Comments
 (0)