From d9ac3cf3552e32980896c43cab46c76bda279775 Mon Sep 17 00:00:00 2001 From: wulan17 Date: Sat, 1 Jul 2023 20:16:03 +0700 Subject: [PATCH] PyroFork: add TOPIC_CLOSED and TOPIC_DELETED to known errors Signed-off-by: wulan17 --- compiler/errors/source/400_BAD_REQUEST.tsv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/errors/source/400_BAD_REQUEST.tsv b/compiler/errors/source/400_BAD_REQUEST.tsv index 08ecb7a6..063d151f 100644 --- a/compiler/errors/source/400_BAD_REQUEST.tsv +++ b/compiler/errors/source/400_BAD_REQUEST.tsv @@ -312,6 +312,8 @@ THEME_MIME_INVALID You cannot create this theme because the mime-type is invalid TMP_PASSWORD_DISABLED The temporary password is disabled TMP_PASSWORD_INVALID The temporary password is invalid TOKEN_INVALID The provided token is invalid +TOPIC_CLOSED The topic was closed +TOPIC_DELETED The topic was deleted TTL_DAYS_INVALID The provided TTL days is invalid TTL_MEDIA_INVALID The media does not support self-destruction TYPES_EMPTY The types parameter is empty