Skip to content

Commit

Permalink
feat: Add wave emote to the available emotes
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed Jan 12, 2024
1 parent 9707faa commit 0bee867
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion report/schemas.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1572,7 +1572,9 @@ export enum PreviewEmote {
// (undocumented)
LOVE = "love",
// (undocumented)
MONEY = "money"
MONEY = "money",
// (undocumented)
WAVE = "wave"
}

// @alpha (undocumented)
Expand Down
3 changes: 2 additions & 1 deletion src/dapps/preview/preview-emote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ export enum PreviewEmote {
LOVE = 'love',
MONEY = 'money',
FIST_PUMP = 'fist-pump',
HEAD_EXPLODE = 'head-explode'
HEAD_EXPLODE = 'head-explode',
WAVE = 'wave'
}

/** @alpha */
Expand Down

0 comments on commit 0bee867

Please sign in to comment.