mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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