mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2026-02-15 17:16:57 +00:00
Fix event type field name
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
parent
6d46aefb7f
commit
9901e6367e
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ defmodule Pleroma.Web.AdminAPI.WebhookView do
|
|||
|
||||
def render("event.json", %{type: type, object: object}) do
|
||||
%{
|
||||
type: type,
|
||||
event: type,
|
||||
created_at: Utils.to_masto_date(NaiveDateTime.utc_now()),
|
||||
object: object
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue