logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: fc7644798d72a6b8c99fb05196ec9143d00e9ef4
parent ddab8d45ec48be823846bae4cbe2d32f627e0e59
Author: lambda <pleromagit@rogerbraun.net>
Date:   Fri,  1 Feb 2019 14:24:07 +0000

Merge branch 'serve-sw-pleroma.js' into 'develop'

Serve sw-pleroma.js properly

See merge request pleroma/pleroma!754

Diffstat:

Mlib/pleroma/plugs/instance_static.ex2+-
Mlib/pleroma/web/endpoint.ex2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/pleroma/plugs/instance_static.ex b/lib/pleroma/plugs/instance_static.ex @@ -21,7 +21,7 @@ defmodule Pleroma.Plugs.InstanceStatic do end end - @only ~w(index.html static emoji packs sounds images instance favicon.png) + @only ~w(index.html static emoji packs sounds images instance favicon.png sw.js sw-pleroma.js) def init(opts) do opts diff --git a/lib/pleroma/web/endpoint.ex b/lib/pleroma/web/endpoint.ex @@ -25,7 +25,7 @@ defmodule Pleroma.Web.Endpoint do at: "/", from: :pleroma, only: - ~w(index.html static finmoji emoji packs sounds images instance sw.js favicon.png schemas doc) + ~w(index.html static finmoji emoji packs sounds images instance sw.js sw-pleroma.js favicon.png schemas doc) ) # Code reloading can be explicitly enabled under the