Add URL and code to :not_found errors
[akkoma] / lib / pleroma / collections / fetcher.ex
index ab69f4b848e05f8062f9b71e286b6589b0a4d865..a2fcb7794c66b7f321a1cea09b5c34f20ca5aca1 100644 (file)
@@ -68,7 +68,7 @@ defmodule Akkoma.Collections.Fetcher do
           items
         end
       else
-        {:error, "Object has been deleted"} ->
+        {:error, {"Object has been deleted", _, _}} ->
           items
 
         {:error, error} ->