Handle sensitive property.
This commit is contained in:
parent
20e6190ead
commit
539340d914
4 changed files with 6 additions and 3 deletions
|
|
@ -33,6 +33,7 @@ defmodule Pleroma.Web.ActivityPub.TransmogrifierTest do
|
|||
]
|
||||
assert object["actor"] == "http://mastodon.example.org/users/admin"
|
||||
assert object["attributedTo"] == "http://mastodon.example.org/users/admin"
|
||||
assert object["sensitive"] == true
|
||||
end
|
||||
|
||||
test "it works for incoming follow requests" do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue