FIX: Glimmer component arg access (#20354)

This regressed in b94fa3b87a as the component was migrated to a glimmer component.
This commit is contained in:
Jarek Radosz
2023-02-18 10:59:28 +01:00
committed by GitHub
parent 6fa9a8990d
commit 3c6e3173cd

View File

@@ -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() {