mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 04:28:29 -05:00
FIX: Glimmer component arg access (#20354)
This regressed in b94fa3b87a as the component was migrated to a glimmer component.
This commit is contained in:
@@ -521,7 +521,7 @@ export default class ChatMessage extends Component {
|
||||
}
|
||||
|
||||
this._updateReactionsList(busData.emoji, busData.action, busData.user);
|
||||
this.afterReactionAdded();
|
||||
this.args.afterReactionAdded();
|
||||
}
|
||||
|
||||
get capabilities() {
|
||||
|
||||
Reference in New Issue
Block a user