diff options
Diffstat (limited to 'routes/preferences.php')
| -rw-r--r-- | routes/preferences.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/routes/preferences.php b/routes/preferences.php index 243f90d..99b8458 100644 --- a/routes/preferences.php +++ b/routes/preferences.php @@ -19,6 +19,7 @@ Router::getInstance()->mount('/fragment/preferences', function (array $args) { $user->actor->save(); $settings->set('interface.smallUnreadIndicators', $_POST['smallIndicators']); $settings->set('locale.timezone', $_POST['timezone']); + $settings->set('profile.rssEnabled', $_POST['rssEnabled']); $saved = true; } |
