Skip to content

Commit

Permalink
reaction add event
Browse files Browse the repository at this point in the history
  • Loading branch information
sarmatdev committed Mar 16, 2023
1 parent 2d4f310 commit 6f64c2e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions contracts/OBSSStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,13 @@ contract OBSSStorage is
if (msg.value > 0) {
payable(legacyReaction.reaction.reactionOwner).transfer(msg.value);
}
emit ReactionAdded(
legacyReaction.reaction.reactionOwner,
0,
legacyReaction.reaction.reactionType,
reactionId,
0
);
unchecked {
++i;
}
Expand Down

0 comments on commit 6f64c2e

Please sign in to comment.