Formating
This commit is contained in:
parent
afd83db0d7
commit
44693fbf6e
|
@ -150,7 +150,12 @@ def notice(conn, %{"id" => id}) do
|
||||||
|
|
||||||
Fallback.RedirectController.redirector_with_meta(conn, %{
|
Fallback.RedirectController.redirector_with_meta(conn, %{
|
||||||
object: object,
|
object: object,
|
||||||
url: Pleroma.Web.Router.Helpers.o_status_url(Pleroma.Web.Endpoint, :notice, activity.id),
|
url:
|
||||||
|
Pleroma.Web.Router.Helpers.o_status_url(
|
||||||
|
Pleroma.Web.Endpoint,
|
||||||
|
:notice,
|
||||||
|
activity.id
|
||||||
|
),
|
||||||
user: user
|
user: user
|
||||||
})
|
})
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue