Fixes and general progress
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
class FollowService
|
||||
def call(source_account, uri)
|
||||
target_account = follow_remote_account_service.(uri)
|
||||
source_account.follow!(target_account)
|
||||
source_account.follow!(target_account) unless target_account.nil?
|
||||
end
|
||||
|
||||
private
|
||||
|
Reference in New Issue
Block a user