Merge branch 'develop' into 'develop'
[akkoma] / lib / pleroma / html.ex
index fb602d6b6186335f1b4174f59fd6e70de9036648..bf5daa9482bdb1da279502b5a8c5b937f805d5fc 100644 (file)
@@ -69,7 +69,7 @@ defmodule Pleroma.HTML do
         |> Floki.attribute("a", "href")
         |> Enum.at(0)
 
-      {:commit, result}
+      {:commit, {:ok, result}}
     end)
   end
 end