fix configmap
This commit is contained in:
parent
c74ea46a77
commit
c41714aa00
1 changed files with 3 additions and 3 deletions
|
|
@ -24,12 +24,12 @@ data:
|
|||
"channels": {
|
||||
"telegram": {
|
||||
"enabled": true,
|
||||
"dmPolicy": "allowlist", # or "pairing" if you prefer
|
||||
"dmPolicy": "allowlist",
|
||||
"groupPolicy": "allowlist",
|
||||
"requireMention": true, # safer in group chats
|
||||
"requireMention": true,
|
||||
"allowFrom": [
|
||||
"7528130947"
|
||||
# Add more user IDs if needed
|
||||
|
||||
],
|
||||
"groups": {
|
||||
"*": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue