Emojis: Alphabetical ordering

This commit is contained in:
href 2018-12-07 11:16:27 +01:00
parent 8764f64690
commit 3c925e9d88
No known key found for this signature in database
GPG Key ID: EE8296C1A152C325
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