Emojis: Alphabetical ordering
authorhref <href@random.sh>
Fri, 7 Dec 2018 10:16:27 +0000 (11:16 +0100)
committerhref <href@random.sh>
Fri, 7 Dec 2018 10:16:27 +0000 (11:16 +0100)
lib/pleroma/emoji.ex

index 0a5e1d5ce1711fc42e86e0456c62d3aa483b51b2..523dea65299370e6f56e51717a5aa49a7be226a3 100644 (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