Add SECUREVOICES: strip voice from users without channel access
All checks were successful
CI / check (push) Successful in 5m20s

This commit is contained in:
Jean Chevronnet 2026-07-20 21:34:09 +00:00
parent b2f075ee00
commit ae90388fbf
No known key found for this signature in database
15 changed files with 62 additions and 8 deletions

View file

@ -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.