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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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