mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-22 06:58:09 +00:00
Formating
This commit is contained in:
parent
afd83db0d7
commit
44693fbf6e
1 changed files with 6 additions and 1 deletions
|
@ -150,7 +150,12 @@ defmodule Pleroma.Web.OStatus.OStatusController do
|
|||
|
||||
Fallback.RedirectController.redirector_with_meta(conn, %{
|
||||
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
|
||||
})
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue