Thread resolving no longer needs to be separate from ProcessFeedService,
since that is only ever called in the background
This commit is contained in:
@ -6,4 +6,4 @@ class RemovalWorker
|
||||
def perform(status_id)
|
||||
RemoveStatusService.new.call(Status.find(status_id))
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user