5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-09-20 22:52:05 +00:00
panel/lib/tasks/activity_pub.rake

9 lines
189 B
Ruby
Raw Permalink Normal View History

# frozen_string_literal: true
namespace :activity_pub do
desc 'Update Fediblocks'
task fediblocks: :environment do |_, args|
ActivityPub::FediblockFetchJob.perform_later
end
end