benawad / dogehouse

Taking voice conversations to the moon πŸš€
https://dogehouse.tv/
MIT License
9.12k stars 1.48k forks source link

Fix emotes #2852

Closed TheOtterlord closed 3 years ago

TheOtterlord commented 3 years ago

This fixes the problem when you type an emote prefix and use the autocomplete.

Previous Behaviour

Appends the emote after the prefix

New Behaviour

Replaces the prefix with the emote

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.

staging – ./kibbeh

πŸ” Inspect: https://vercel.com/dogehouse-staging/staging/GW8uwYKT9MhPT7cFatkCQkQHfsG4
βœ… Preview: Failed

[Deployment for 526b437 canceled]

dogehouse – ./kibbeh

πŸ” Inspect: https://vercel.com/benawad/dogehouse/2ahz8RG6N93q3bDnLAGGxSN1YMVg
βœ… Preview: https://dogehouse-git-fork-theotterlord-staging-benawad.vercel.app

storybook – ./kibbeh

πŸ” Inspect: https://vercel.com/dogehouse-storybook/storybook/62sbLsdxuWRJz7afNTYRHqnWtLfe
βœ… Preview: Canceled

[Deployment for 526b437 canceled]

willdoescode commented 3 years ago

please follow the proper pattern for commit messages (πŸ’‘TIP: you can use yarn commit or yarn commit:signed and answer the questions asked to generate a properly formatted one for you!)

to fix your most recent commit you can run the command git commit --amend -m "properly formatted commit message here"

to fix your older/multiple commits please take a look at this article

TheOtterlord commented 3 years ago

@willdoescode all fixed :smile: