aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/preferences_form.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/preferences_form.php')
-rw-r--r--templates/preferences_form.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/preferences_form.php b/templates/preferences_form.php
index ed13731..97a2900 100644
--- a/templates/preferences_form.php
+++ b/templates/preferences_form.php
@@ -24,6 +24,7 @@ function _user_pref(string $id, mixed $value, string $type) {
_user_pref('timezone', $settings->get('locale.timezone'), 'timezone');
_user_pref('rssEnabled', $settings->getBool('profile.rssEnabled'), 'boolean');
_user_pref('pokeable', $user->actor->isPokeable(), 'boolean');
+ _user_pref('notesIndexable', $settings->getBool('noteDefaults.indexable'), 'boolean');
?>
<div class="row">