forked from AkkomaGang/akkoma
Emojis: Alphabetical ordering
This commit is contained in:
parent
8764f64690
commit
3c925e9d88
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue