Pull in remote avatar on federation.
This commit is contained in:
parent
18edc299b2
commit
f9912599c4
4 changed files with 15 additions and 10 deletions
|
|
@ -119,7 +119,8 @@ defmodule Pleroma.Web.WebsubTest do
|
|||
uri: "https://mastodon.social/users/lambadalambda",
|
||||
nickname: "lambadalambda",
|
||||
name: "Critical Value",
|
||||
host: "mastodon.social"
|
||||
host: "mastodon.social",
|
||||
avatar: %{"type" => "Image", "url" => [%{"href" => "https://files.mastodon.social/accounts/avatars/000/000/264/original/1429214160519.gif?1492379244", "mediaType" => "image/gif", "type" => "Link"}]}
|
||||
}
|
||||
|
||||
assert expected == discovered
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue