PyroFork: add TOPIC_CLOSED and TOPIC_DELETED to known errors

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
wulan17 2023-07-01 20:16:03 +07:00
parent bcddcd4036
commit 88dee2156e
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5

View file

@ -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

1 id message
312 TMP_PASSWORD_DISABLED The temporary password is disabled
313 TMP_PASSWORD_INVALID The temporary password is invalid
314 TOKEN_INVALID The provided token is invalid
315 TOPIC_CLOSED The topic was closed
316 TOPIC_DELETED The topic was deleted
317 TTL_DAYS_INVALID The provided TTL days is invalid
318 TTL_MEDIA_INVALID The media does not support self-destruction
319 TYPES_EMPTY The types parameter is empty