refactor: use feature flag to toggle reply to

This commit is contained in:
Shivam Mishra
2023-10-05 11:30:32 +05:30
parent cfeddcbec2
commit dc6757df3d
3 changed files with 12 additions and 3 deletions
+1
View File
@@ -16,4 +16,5 @@ export const FEATURE_FLAGS = {
TEAM_MANAGEMENT: 'team_management',
VOICE_RECORDER: 'voice_recorder',
AUDIT_LOGS: 'audit_logs',
MESSAGE_REPLY_TO: 'message_reply_to',
};