Merge branch '394_user_tags' into 'develop'
[akkoma] / lib / pleroma / web / ostatus / ostatus_controller.ex
index 34fdf97274a3a4450e2233bea3215e6e1f362dae..af6e22c2b8c90e18c4aeefa1f9817568abf399b6 100644 (file)
@@ -136,7 +136,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, Application.app_dir(:pleroma, "priv/static/index.html"))
 
         _ ->
           represent_activity(conn, format, activity, user)