aboutsummaryrefslogtreecommitdiff
path: root/tests/resources/message_reaction_add_2.json
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-04-27 17:04:13 -0700
committerZeyla Hellyer <[email protected]>2017-04-27 17:04:13 -0700
commit822a4fe9d369f942948fafe5b8b8b8a869116ccb (patch)
tree45ff36071232745cfc4ca26b6d5337bb14cf3fda /tests/resources/message_reaction_add_2.json
parentAdd `is_nsfw` check to channels (diff)
downloadserenity-822a4fe9d369f942948fafe5b8b8b8a869116ccb.tar.xz
serenity-822a4fe9d369f942948fafe5b8b8b8a869116ccb.zip
Fix non-custom emoji deserialization
Deserializing a non-custom emoji would fail, as an Id would always be expected. To fix this, special-case that if a name and id are both present, to deserialize it as a Custom emoji reaction. Otherwise, use only the name and deserialize as a basic reaction.
Diffstat (limited to 'tests/resources/message_reaction_add_2.json')
-rw-r--r--tests/resources/message_reaction_add_2.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/resources/message_reaction_add_2.json b/tests/resources/message_reaction_add_2.json
new file mode 100644
index 0000000..ed3d807
--- /dev/null
+++ b/tests/resources/message_reaction_add_2.json
@@ -0,0 +1 @@
+{"user_id":"114941315417899012","message_id":"307288080891772929","emoji":{"name":"👍","id":null},"channel_id":"244567637332328449"}