Add ActivityPub attributes to accounts (#4273)
This commit is contained in:
parent
f0d6550f16
commit
bbdcfd6baf
6 changed files with 27 additions and 2 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
class UnsubscribeService < BaseService
|
||||
def call(account)
|
||||
return unless account.ostatus?
|
||||
|
||||
@account = account
|
||||
@response = build_request.perform
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue