projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8764f64
)
Emojis: Alphabetical ordering
author
href
<href@random.sh>
Fri, 7 Dec 2018 10:16:27 +0000
(11:16 +0100)
committer
href
<href@random.sh>
Fri, 7 Dec 2018 10:16:27 +0000
(11:16 +0100)
lib/pleroma/emoji.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/emoji.ex
b/lib/pleroma/emoji.ex
index 0a5e1d5ce1711fc42e86e0456c62d3aa483b51b2..523dea65299370e6f56e51717a5aa49a7be226a3 100644
(file)
--- a/
lib/pleroma/emoji.ex
+++ b/
lib/pleroma/emoji.ex
@@
-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