mattermost-community / mattermost-plugin-memes

Add culture to your Mattermost with memes 🔌

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sort memes alphabetically in the list

nathanaelhoun opened this issue · comments

Currently, the memes are ordered in the autocomplete feature, but not in the list of meme when /meme is called.

image

It would be handy if they were sorted.

If we implement this change, can we implement the sort directly in getAvailableMemes() (plugin.go) as we always want them sorted ?

Thanks for the suggestion @nathanaelhoun 👍

If we implement this change, can we implement the sort directly in getAvailableMemes() (plugin.go) as we always want them sorted ?

That is totally reasonable.