Merge branch 'emoji-alphabetical-ordering' into 'develop'

Emojis: Alphabetical ordering

Closes #366

See merge request pleroma/pleroma!515
This commit is contained in:
lambda 2018-12-07 18:13:39 +00:00
commit da4315b5ef
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ defmodule Pleroma.Emoji do
"""
use GenServer
@ets __MODULE__.Ets
@ets_options [:set, :protected, :named_table, {:read_concurrency, true}]
@ets_options [:ordered_set, :protected, :named_table, {:read_concurrency, true}]
@doc false
def start_link() do