Change the default glitch-soc secondary privacy button behavior (#3475)

“Keep” is confusing and error-prone, “restrict” is consistent with the default button
and much safer.
This commit is contained in:
Claire 2026-04-22 12:41:30 +02:00 committed by GitHub
parent 390612e1a4
commit 5f6f53dcb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ const initialState = ImmutableMap({
fullwidth_columns: false,
stretch : true,
side_arm : 'none',
side_arm_reply_mode : 'keep',
side_arm_reply_mode : 'restrict',
show_reply_count : true,
always_show_spoilers_field: false,
confirm_boost_missing_media_description: false,