소스 검색

Do recursive fetching in-band for now.

This is to prevent conversation id problems.
tags/v0.9.9
Roger Braun 7 년 전
부모
커밋
7e65cad9fe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      lib/pleroma/web/ostatus/ostatus.ex

+ 1
- 1
lib/pleroma/web/ostatus/ostatus.ex 파일 보기

@@ -124,7 +124,7 @@ defmodule Pleroma.Web.OStatus do
if !Object.get_cached_by_ap_id(inReplyTo) do
inReplyToHref = string_from_xpath("//thr:in-reply-to[1]/@href", entry)
if inReplyToHref do
Task.start(fn -> fetch_activity_from_html_url(inReplyToHref) end)
fetch_activity_from_html_url(inReplyToHref)
end
end



불러오는 중...
취소
저장