Better activities in ostatus.
This commit is contained in:
parent
d23f3e3cf3
commit
cc330421fd
8 changed files with 104 additions and 8 deletions
|
|
@ -23,4 +23,8 @@ defmodule Pleroma.Web.OStatus.OStatusController do
|
|||
|> put_resp_content_type("application/atom+xml")
|
||||
|> send_resp(200, response)
|
||||
end
|
||||
|
||||
def temp(conn, params) do
|
||||
IO.inspect(params)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue