Fix unable to receive fedibird limited visibilities
This commit is contained in:
parent
8540298b9f
commit
9662e6ae32
1 changed files with 4 additions and 1 deletions
|
@ -119,7 +119,10 @@ class ActivityPub::Activity
|
|||
|
||||
dereferencer = ActivityPub::Dereferencer.new(@object, permitted_origin: @account.uri, signature_actor: signed_fetch_actor)
|
||||
|
||||
@object = dereferencer.object unless dereferencer.object.nil?
|
||||
return if dereferencer.object.nil?
|
||||
|
||||
@object = dereferencer.object
|
||||
@json = @object
|
||||
end
|
||||
|
||||
def signed_fetch_actor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue