Capitalize "tombstone"

This commit is contained in:
Maxim Filippov 2018-12-24 20:09:18 +03:00
commit 18a4cbb244
6 changed files with 7 additions and 7 deletions

View file

@ -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