Skip to content
Snippets Groups Projects

Emoji reactions

Merged Shpuld Shpludson requested to merge feat/emoji-reactions into develop
1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -894,7 +894,7 @@ const reactWithEmoji = ({ id, emoji, credentials }) => {
method: 'POST',
credentials,
payload: { emoji }
}).then(status => parseStatus(status))
}).then(parseStatus)
}
const unreactWithEmoji = ({ id, emoji, credentials }) => {
Loading