Skip to content
Snippets Groups Projects

Remove bitbucket_server_convert_mentions_to_users feature flag

Files
7
@@ -14,11 +14,7 @@ def import(project)
importer.execute
if Feature.enabled?(:bitbucket_server_convert_mentions_to_users, project.creator)
ImportUsersWorker.perform_async(project.id)
else
ImportPullRequestsWorker.perform_async(project.id)
end
ImportUsersWorker.perform_async(project.id)
end
def importer_class
Loading