Add support for reversible suspensions through ActivityPub (#14989)

This commit is contained in:
Eugen Rochko
2020-11-08 00:28:39 +01:00
committed by GitHub
parent ee8cf246cf
commit 3134691948
47 changed files with 1049 additions and 204 deletions

View File

@ -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)