forked from AkkomaGang/akkoma
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 @@ def show(opts) do
|
|||
shortcodes =
|
||||
pack.files
|
||||
|> Map.keys()
|
||||
|> Enum.sort()
|
||||
|> paginate(opts[:page], opts[:page_size])
|
||||
|
||||
pack = Map.put(pack, :files, Map.take(pack.files, shortcodes))
|
||||
|
|
Loading…
Reference in a new issue