Fix set_channel_visibility for public channels
This commit is contained in:
parent
e6087e0ed9
commit
aa6990bb6b
4 changed files with 78 additions and 36 deletions
|
@ -458,6 +458,7 @@ pub struct CreateChannelResult {
|
|||
pub struct SetChannelVisibilityResult {
|
||||
pub participants_to_update: HashMap<UserId, ChannelsForUser>,
|
||||
pub participants_to_remove: HashSet<UserId>,
|
||||
pub channels_to_remove: Vec<ChannelId>,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue