Import object from self-Announce whenever possible

This commit is contained in:
Thibaut Girka 2019-10-02 13:18:51 +02:00
commit 977e711e22
4 changed files with 86 additions and 2 deletions

View file

@ -349,6 +349,14 @@ defmodule HttpRequestMock do
}}
end
def get("http://mastodon.example.org/@admin/99541947525187368", _, _, _) do
{:ok,
%Tesla.Env{
status: 404,
body: ""
}}
end
def get("https://shitposter.club/notice/7369654", _, _, _) do
{:ok,
%Tesla.Env{