Apply changes from emoji reactions branch

This commit is contained in:
Jeremy Kescher 2024-05-21 05:47:06 +02:00
parent c9fb54fd4c
commit 16ce10a2bd
No known key found for this signature in database
GPG key ID: 80A419A7A613DFA4

View file

@ -308,7 +308,7 @@ class Status extends ImmutablePureComponent {
handleReactionAdd = (statusId, name, url) => { handleReactionAdd = (statusId, name, url) => {
const { dispatch, identity } = this.props; const { dispatch, identity } = this.props;
const { signedIn } = identity.signedIn; const { signedIn } = identity;
if (signedIn) { if (signedIn) {
dispatch(addReaction(statusId, name, url)); dispatch(addReaction(statusId, name, url));