Commiting
This commit is contained in:
@@ -9,7 +9,6 @@ class UpdateAccountService < BaseService
|
||||
next unless ret
|
||||
|
||||
authorize_all_follow_requests(account) if was_locked && !account.locked
|
||||
check_links(account)
|
||||
process_hashtags(account)
|
||||
end
|
||||
rescue GabSocial::DimensionsValidationError => de
|
||||
@@ -25,10 +24,6 @@ class UpdateAccountService < BaseService
|
||||
end
|
||||
end
|
||||
|
||||
def check_links(account)
|
||||
VerifyAccountLinksWorker.perform_async(account.id)
|
||||
end
|
||||
|
||||
def process_hashtags(account)
|
||||
account.tags_as_strings = Extractor.extract_hashtags(account.note)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user