From bc7119b3cb89f8341013bf08e7dc4d458d694af0 Mon Sep 17 00:00:00 2001 From: Claire Date: Tue, 7 Oct 2025 17:34:06 +0200 Subject: [PATCH] Remove unused feature flag from sample configuration file (#36382) --- .env.production.sample | 3 --- 1 file changed, 3 deletions(-) diff --git a/.env.production.sample b/.env.production.sample index 15004b9d0d9..8ea569fb016 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -91,9 +91,6 @@ SESSION_RETENTION_PERIOD=31556952 # Fetch All Replies Behavior # -------------------------- -# When a user expands a post (DetailedStatus view), fetch all of its replies -# (default: false) -FETCH_REPLIES_ENABLED=false # Period to wait between fetching replies (in minutes) FETCH_REPLIES_COOLDOWN_MINUTES=15