mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 19:29:11 +00:00
fix for emoji pagination in pack show
This commit is contained in:
parent
88ccade1cb
commit
aae1af8cf1
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ defmodule Pleroma.Emoji.Pack do
|
||||||
shortcodes =
|
shortcodes =
|
||||||
pack.files
|
pack.files
|
||||||
|> Map.keys()
|
|> Map.keys()
|
||||||
|
|> Enum.sort()
|
||||||
|> paginate(opts[:page], opts[:page_size])
|
|> paginate(opts[:page], opts[:page_size])
|
||||||
|
|
||||||
pack = Map.put(pack, :files, Map.take(pack.files, shortcodes))
|
pack = Map.put(pack, :files, Map.take(pack.files, shortcodes))
|
||||||
|
|
Loading…
Reference in a new issue