Add force CW action button on moderatoring statuses
This commit is contained in:
parent
8837193537
commit
a6a68a548f
8 changed files with 64 additions and 3 deletions
|
@ -473,8 +473,8 @@ class ActivityPub::Activity::Create < ActivityPub::Activity
|
|||
end
|
||||
|
||||
def process_references!
|
||||
ActivityPub::FetchReferencesService(@json['references']) unless @json['references'].nil?
|
||||
ProcessReferencesWorker.perform_async(@status.id, [], [])
|
||||
references = @json['references'].nil? ? [] : ActivityPub::FetchReferencesService(@json['references'])
|
||||
ProcessReferencesWorker.perform_async(@status.id, [], references)
|
||||
end
|
||||
|
||||
def join_group!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue