Fix test
This commit is contained in:
parent
297db76188
commit
f2047e5b5a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class ActivityPub::ProcessStatusUpdateService < BaseService
|
||||||
|
|
||||||
@activity_json = activity_json
|
@activity_json = activity_json
|
||||||
@json = object_json
|
@json = object_json
|
||||||
@status_parser = ActivityPub::Parser::StatusParser.new(@json)
|
@status_parser = ActivityPub::Parser::StatusParser.new(@json, account: status.account)
|
||||||
@uri = @status_parser.uri
|
@uri = @status_parser.uri
|
||||||
@status = status
|
@status = status
|
||||||
@account = status.account
|
@account = status.account
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue