Add SECUREVOICES: strip voice from users without channel access
All checks were successful
CI / check (push) Successful in 5m20s
All checks were successful
CI / check (push) Successful in 5m20s
This commit is contained in:
parent
b2f075ee00
commit
ae90388fbf
15 changed files with 62 additions and 8 deletions
|
|
@ -1849,6 +1849,7 @@ pub struct ChannelView {
|
|||
pub private: bool,
|
||||
pub peace: bool,
|
||||
pub secureops: bool,
|
||||
pub securevoices: bool,
|
||||
pub keeptopic: bool,
|
||||
pub topiclock: bool,
|
||||
pub suspended: bool,
|
||||
|
|
@ -1871,6 +1872,7 @@ pub enum ChanSetting {
|
|||
Private,
|
||||
Peace,
|
||||
SecureOps,
|
||||
SecureVoices,
|
||||
KeepTopic,
|
||||
TopicLock,
|
||||
// Kick users without channel access when they join.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue