aboutsummaryrefslogtreecommitdiff
path: root/tests/resources/message_reaction_remove_2.json
Commit message (Collapse)AuthorAgeFilesLines
* Fix non-custom emoji deserializationZeyla Hellyer2017-04-271-0/+1
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.