mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-25 14:27:33 -05:00
Fix Pubsubhubbub::UnsubscribeService
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class Pubsubhubbub::SubscribeService < BaseService
|
||||
class Pubsubhubbub::UnsubscribeService < BaseService
|
||||
def call(account, callback)
|
||||
return ['Invalid topic URL', 422] if account.nil?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user