Right now `users` in `messageReactionInfo` returns a set of user ids of all the users who have liked a message. Now that we want to show information about the user like their username, I needed to convert `users` from a set of user IDs to an array of `RelativeUserInfos`. Also needed to make some changes to the `reaction-utils` test suite since we
are no longer using a set as our data structure.