From f1d120d416bc262b5fd63e3407f9e0b09b13cd74 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 23 Jan 2025 22:33:28 +0000 Subject: Takendown state + in-app takedown appeals (#7566) * takendown screen * add form, move button inline * expect type error * display error * disable submit if too long * move around all the ctas * typos, rm layoutanimation, fix link * use REASONAPPEAL --- src/lib/constants.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/constants.ts') diff --git a/src/lib/constants.ts b/src/lib/constants.ts index aa7ff2928..c03439f56 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -52,6 +52,8 @@ export const MAX_DM_GRAPHEME_LENGTH = 1000 // but increasing limit per user feedback export const MAX_ALT_TEXT = 2000 +export const MAX_REPORT_REASON_GRAPHEME_LENGTH = 2000 + export function IS_TEST_USER(handle?: string) { return handle && handle?.endsWith('.test') } -- cgit 1.4.1