mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 08:48:53 +00:00
Change glitch flavor to show approximate reply count by default (#3157)
This commit is contained in:
@@ -10,7 +10,7 @@ const initialState = ImmutableMap({
|
|||||||
stretch : true,
|
stretch : true,
|
||||||
side_arm : 'none',
|
side_arm : 'none',
|
||||||
side_arm_reply_mode : 'keep',
|
side_arm_reply_mode : 'keep',
|
||||||
show_reply_count : false,
|
show_reply_count : true,
|
||||||
always_show_spoilers_field: false,
|
always_show_spoilers_field: false,
|
||||||
confirm_boost_missing_media_description: false,
|
confirm_boost_missing_media_description: false,
|
||||||
confirm_before_clearing_draft: true,
|
confirm_before_clearing_draft: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user