forked from AkkomaGang/akkoma
Merge branch 'emoji-alphabetical-ordering' into 'develop'
Emojis: Alphabetical ordering Closes #366 See merge request pleroma/pleroma!515
This commit is contained in:
commit
da4315b5ef
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