Save external link for notes.

This commit is contained in:
Roger Braun 2017-06-25 11:57:34 +02:00
commit 429992fcc9
2 changed files with 7 additions and 0 deletions

View file

@ -45,6 +45,7 @@ defmodule Pleroma.Web.OStatusTest do
assert activity.data["object"]["type"] == "Note"
assert activity.data["object"]["actor"] == "https://social.heldscal.la/user/23211"
assert activity.data["object"]["attachment"] |> length == 2
assert activity.data["object"]["external_url"] == "https://social.heldscal.la/notice/2020923"
end
test "handle incoming notes with tags" do