FIX: Glimmer component arg access (#20354)
This regressed in b94fa3b87a
as the component was migrated to a glimmer component.
This commit is contained in:
parent
6fa9a8990d
commit
3c6e3173cd
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue