mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-08-30 23:07:27 +00:00
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:
@@ -7,6 +7,7 @@ auto_derived!(
|
||||
pub enum DiscoverRequestStatus {
|
||||
Pending,
|
||||
UnderReview,
|
||||
Removed(Option<String>),
|
||||
Denied(Option<String>), // reason
|
||||
Approved(Option<String>), // reason
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user