chore: add comment for INBOX_FEATURE_MAP

This commit is contained in:
Shivam Mishra
2023-10-04 15:55:54 +05:30
parent 3c6c57ca0e
commit 93d126af7b
@@ -15,6 +15,8 @@ export const INBOX_FEATURES = {
REPLY_TO: 'replyTo',
};
// This is a single source of truth for inbox features
// This is used to check if a feature is available for a particular inbox or not
export const INBOX_FEATURE_MAP = {
[INBOX_FEATURES.REPLY_TO]: [
INBOX_TYPES.WEB,