forked from jmug/stoatchat
Merge remote-tracking branch 'origin/main' into feat/livekit
This commit is contained in:
@@ -227,7 +227,7 @@ auto_derived!(
|
||||
|
||||
/// Fields to remove from channel
|
||||
#[cfg_attr(feature = "serde", serde(default))]
|
||||
pub remove: Option<Vec<FieldsChannel>>,
|
||||
pub remove: Vec<FieldsChannel>,
|
||||
}
|
||||
|
||||
/// Create new group
|
||||
|
||||
Reference in New Issue
Block a user