mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update SettingsController
This commit is contained in:
parent
08f2a4be9e
commit
3a5ac488c0
1 changed files with 2 additions and 0 deletions
|
@ -171,6 +171,8 @@ class SettingsController extends Controller
|
|||
$fields = [
|
||||
'is_private',
|
||||
'crawlable',
|
||||
'show_profile_follower_count',
|
||||
'show_profile_following_count'
|
||||
];
|
||||
foreach($fields as $field) {
|
||||
$form = $request->input($field);
|
||||
|
|
Loading…
Reference in a new issue