forked from jmug/stoatchat
feat: account strike CRUD API
This commit is contained in:
@@ -10,6 +10,12 @@ auto_derived!(
|
||||
/// Attached reason
|
||||
pub reason: String,
|
||||
}
|
||||
|
||||
/// # Strike Data
|
||||
pub struct DataEditAccountStrike {
|
||||
/// New attached reason
|
||||
pub reason: String,
|
||||
}
|
||||
);
|
||||
|
||||
#[cfg(feature = "from_database")]
|
||||
|
||||
Reference in New Issue
Block a user