reply button in feeds opens thread (#9143)

* the reply button should open the replies to a post, not present a text input for you to enter your Big Thought into. i think a lot of people don’t even realize that the point has already been written

* Feature gate, fix event

---------

Co-authored-by: Eric Bailey <git@esb.lol>
This commit is contained in:
easrng
2025-10-09 19:29:50 -06:00
committed by GitHub
parent 96d77841e0
commit b1dc5179b6
2 changed files with 38 additions and 19 deletions
+1
View File
@@ -7,6 +7,7 @@ export type Gate =
| 'debug_subscriptions'
| 'disable_onboarding_policy_update_notice'
| 'explore_show_suggested_feeds'
| 'feed_reply_button_open_thread'
| 'old_postonboarding'
| 'onboarding_add_video_feed'
| 'onboarding_suggested_accounts'