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": {
|
"channels": {
|
||||||
"telegram": {
|
"telegram": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"dmPolicy": "allowlist", # or "pairing" if you prefer
|
"dmPolicy": "allowlist",
|
||||||
"groupPolicy": "allowlist",
|
"groupPolicy": "allowlist",
|
||||||
"requireMention": true, # safer in group chats
|
"requireMention": true,
|
||||||
"allowFrom": [
|
"allowFrom": [
|
||||||
"7528130947"
|
"7528130947"
|
||||||
# Add more user IDs if needed
|
|
||||||
],
|
],
|
||||||
"groups": {
|
"groups": {
|
||||||
"*": {
|
"*": {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue