Also fetch atom links.
[akkoma] / lib / pleroma / web / ostatus / handlers / note_handler.ex
index e55f972b21bc89d25046acf76658b9a346d9bfe9..e67f67b37c03bd754a4172bf430fbe7c2c75a0e3 100644 (file)
@@ -10,7 +10,7 @@ defmodule Pleroma.Web.OStatus.NoteHandler do
     if inReplyTo && !Object.get_cached_by_ap_id(inReplyTo) do
       inReplyToHref = XML.string_from_xpath("//thr:in-reply-to[1]/@href", entry)
       if inReplyToHref do
-        OStatus.fetch_activity_from_html_url(inReplyToHref)
+        OStatus.fetch_activity_from_url(inReplyToHref)
       else
         Logger.debug("Couldn't find a href link to #{inReplyTo}")
       end