fix: discover errors and Removed field (#944)

add Removed status, and fully document locale for ContactSupport

Signed-off-by: IAmTomahawkx <iamtomahawkx@gmail.com>
This commit is contained in:
Tom
2026-08-24 19:06:00 -07:00
committed by GitHub
parent 509ebbfc15
commit ee4d998692
8 changed files with 51 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ auto_derived!(
pub enum DiscoverRequestStatus {
Pending,
UnderReview,
Removed(Option<String>),
Denied(Option<String>), // reason
Approved(Option<String>), // reason
}