Skip to content

Commit

Permalink
Add ItemUser to reactions event
Browse files Browse the repository at this point in the history
  • Loading branch information
nlopes committed Mar 5, 2016
1 parent e9bad08 commit b226e70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions websocket_reactions.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ type reactionItem struct {
type reactionEvent struct {
Type string `json:"type"`
User string `json:"user"`
ItemUser string `json:"item_user"`
Item reactionItem `json:"item"`
Reaction string `json:"reaction"`
EventTimestamp string `json:"event_ts"`
Expand Down

0 comments on commit b226e70

Please sign in to comment.