Start writing role to database (#3120)
Scaffolding for guest members in channels Release notes: - You can now set channels to "public" which will allow anyone to join and become a member. In a future release guests joining public channels will have reduced permissions.
This commit is contained in:
commit
cc390ba862
41 changed files with 2186 additions and 865 deletions
|
@ -286,6 +286,8 @@ pub struct TabbedModal {
|
|||
pub header: ContainerStyle,
|
||||
pub body: ContainerStyle,
|
||||
pub title: ContainedText,
|
||||
pub visibility_toggle: Interactive<ContainedText>,
|
||||
pub channel_link: Interactive<ContainedText>,
|
||||
pub picker: Picker,
|
||||
pub max_height: f32,
|
||||
pub max_width: f32,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue