Capitalize "tombstone"
This commit is contained in:
parent
0f412cf6e6
commit
18a4cbb244
6 changed files with 7 additions and 7 deletions
|
|
@ -65,7 +65,7 @@ defmodule Pleroma.Object do
|
|||
def get_tombstone(%Object{data: data}, deleted \\ DateTime.utc_now()) do
|
||||
%{
|
||||
id: data["id"],
|
||||
type: "tombstone",
|
||||
type: "Tombstone",
|
||||
deleted: deleted
|
||||
}
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue