mattermost-community/mattermost-plugin-memes

Sort memes alphabetically in the list

Closed this issue · 1 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.