feat(mattermost): separate group policy for threads vs channels

This commit is contained in:
Kenneth Zhao
2026-08-05 09:31:55 +08:00
committed by chengyongru
parent be5af019b9
commit cd4c1d0f6e
13 changed files with 154 additions and 17 deletions
@@ -27,13 +27,21 @@
"placeholder": "可选的团队 ID"
},
"groupPolicy": {
"label": "群组行为",
"label": "频道行为",
"choices": {
"mention": "仅提及时",
"open": "所有消息",
"allowlist": "白名单"
}
},
"groupPolicyInThread": {
"label": "线程行为",
"choices": {
"mention": "仅提及时",
"open": "所有消息(无需提及)",
"allowlist": "白名单"
}
},
"allowFrom": {
"label": "允许的用户",
"placeholder": "用户 ID,用逗号分隔"