aboutsummaryrefslogtreecommitdiffhomepage
path: root/routes/preferences.php
diff options
context:
space:
mode:
authorwinter2025-03-10 20:13:40 +0000
committerwinter2025-03-10 20:13:40 +0000
commit30fa49bc3fa4f94184d693932e838c0672f24a16 (patch)
treed15bccf49c5c15905bb581e2f394b281ce852ee3 /routes/preferences.php
parent2bd4a086b0f50b1b88faf846da91267290ca4b07 (diff)
add user rss/atom feeds
Diffstat (limited to 'routes/preferences.php')
-rw-r--r--routes/preferences.php1
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;
}