Use hash of attachment url as id.

Pretty hacky, let's see if we can get away with this.
This commit is contained in:
Roger Braun 2017-09-12 11:28:12 +02:00
commit b58b35bf56
2 changed files with 4 additions and 2 deletions

View file

@ -65,7 +65,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
}
expected = %{
id: 6,
id: 1638338801,
type: "image",
url: "someurl",
remote_url: "someurl",