shigusegubu customs

This commit is contained in:
Pleroma 2018-01-01 16:36:40 +00:00 committed by SGSGB
commit fe8ec1b6f9
6 changed files with 17 additions and 8 deletions

View file

@ -134,7 +134,7 @@ defmodule Pleroma.Web.OStatus.OStatusController do
"html" ->
conn
|> put_resp_content_type("text/html")
|> send_file(200, "priv/static/index.html")
|> send_file(200, "priv_sid/static/index.html")
_ ->
represent_activity(conn, activity, user)