users: remove opt_out_tracking account setting.

This setting doesn't do anything any more. It was only ever used to
disable tracking of some (but not all) data in Mixpanel, then later in
Matomo.
This commit is contained in:
evazion
2020-01-26 13:09:35 -06:00
parent e10bb0aab1
commit fbe39148cd
3 changed files with 2 additions and 2 deletions

View File

@@ -119,7 +119,6 @@ class UsersController < ApplicationController
disable_categorized_saved_searches disable_tagged_filenames
disable_cropped_thumbnails disable_mobile_gestures
enable_safe_mode disable_responsive_mode disable_post_tooltips
enable_recommended_posts opt_out_tracking
]
permitted_params << :name if context == :create