Fix: 一部サーバーの投稿が参照引用できない問題・参照引用時、フェッチを基本しないよう変更
This commit is contained in:
parent
acdf1ef2c9
commit
7b847f4eb3
7 changed files with 105 additions and 11 deletions
|
@ -505,7 +505,7 @@ class ActivityPub::Activity::Create < ActivityPub::Activity
|
|||
url = quote
|
||||
|
||||
if url.present?
|
||||
ResolveURLService.new.call(url, on_behalf_of: @account, local_only: true).present?
|
||||
ActivityPub::TagManager.instance.uri_to_resource(url, Status)&.local?
|
||||
else
|
||||
false
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue