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
* Fetch custom emojis from server which can be used be the user
using typeahead.
* Model tests amended.
* New fixture and test added for custom emojis.
Minor note:
The emojis are being sorted twice here, once when unicode emojis
are stored in the file using the script ( which happens occasionally
when it is manually updated ) and again after custom emojis are fetched
( which happens during every load ). The first sorting seems pointless,
at first glance, but it improves sorting time since python's sorted()
function uses Timsort that can perform better if subsequences of the data
are already sorted.
0 commit comments