You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
emoji [nfc]: Make a helper's helper not mutate lists of emoji names
We're about to change _generatePopularCandidates so it looks up the
emoji names in the ServerEmojiData, and we don't want to mutate
ServerEmojiData.
This isn't a hot codepath (it's called at most once per
server-emoji-data fetch), so creating a new List isn't a problem.
0 commit comments