mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 21:08:07 +01:00
Apply changes from emoji reactions branch
This commit is contained in:
parent
c9fb54fd4c
commit
16ce10a2bd
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||||
|
|
Loading…
Reference in a new issue