Clean up feature gate for follow buttons in expanded notifications (#11068)

This commit is contained in:
Alex Benzer
2026-07-07 04:22:42 -07:00
committed by GitHub
parent 9ff248528b
commit 882a5573af
2 changed files with 19 additions and 115 deletions
-1
View File
@@ -12,7 +12,6 @@ export enum Features {
GroupChatsDisable = 'group_chats:disable',
ComposerLanguageDetectionEnable = 'composer:language_detection:enable',
PostGalleryEmbedEnable = 'post_gallery_embed:enable',
NotificationsExpandedProfileCardEnable = 'notifications:expanded_profile_card:enable',
SearchV2Enable = 'search_v2:enable',
AdvancedSearchV2Enable = 'advanced_search_v2:enable',