aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorwinter2025-03-30 19:18:51 +0100
committerwinter2025-03-30 19:18:51 +0100
commitb5ec7311ef03232099dd3f8b30298738e1d0937e (patch)
tree2b880f4828c1b4aebc311c1accb84c9f8b3692ae /templates
parentcd10f94269d7dcdd93df9fcda142a1e5a4441ae9 (diff)
allow changing indexable setting
Diffstat (limited to 'templates')
-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">