Add support for reversible suspensions through ActivityPub (#14989)
This commit is contained in:
@ -33,6 +33,10 @@ class ActivityPub::InboxesController < ActivityPub::BaseController
|
||||
params[:account_username].present?
|
||||
end
|
||||
|
||||
def skip_temporary_suspension_response?
|
||||
true
|
||||
end
|
||||
|
||||
def body
|
||||
return @body if defined?(@body)
|
||||
|
||||
|
Reference in New Issue
Block a user