Make emoji configurable in files.

This commit is contained in:
Roger Braun 2017-09-16 16:49:46 +02:00
commit 7c82b82197
5 changed files with 28 additions and 2 deletions

View file

@ -11,7 +11,7 @@ defmodule Pleroma.Web.Endpoint do
at: "/media", from: "uploads", gzip: false
plug Plug.Static,
at: "/", from: :pleroma,
only: ~w(index.html static finmoji)
only: ~w(index.html static finmoji emoji)
# Code reloading can be explicitly enabled under the
# :code_reloader configuration of your endpoint.