feat: Ability to choose the custom time for snooze conversation (#7257)

This commit is contained in:
Muhsin Keloth
2023-06-19 18:23:35 +05:30
committed by GitHub
parent c410fe333a
commit 9bb455ec2d
6 changed files with 149 additions and 30 deletions

View File

@@ -36,6 +36,7 @@ export default {
UNTIL_TOMORROW: 'until_tomorrow',
UNTIL_NEXT_WEEK: 'until_next_week',
UNTIL_NEXT_MONTH: 'until_next_month',
UNTIL_CUSTOM_TIME: 'until_custom_time',
},
};
export const DEFAULT_REDIRECT_URL = '/app/';