Fix attachments in polls
This commit is contained in:
parent
d713930ea7
commit
c19bdc811e
6 changed files with 145 additions and 10 deletions
|
|
@ -177,6 +177,13 @@ defmodule Pleroma.Object.FetcherTest do
|
|||
"https://mastodon.example.org/users/userisgone404"
|
||||
)
|
||||
end
|
||||
|
||||
test "it can fetch pleroma polls with attachments" do
|
||||
{:ok, object} =
|
||||
Fetcher.fetch_object_from_id("https://patch.cx/objects/tesla_mock/poll_attachment")
|
||||
|
||||
assert object
|
||||
end
|
||||
end
|
||||
|
||||
describe "pruning" do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue