Merge pull request #12260 from weisser-dev/feat-default-value-for-enforce-temp-chat

[improvement] default permission for new groups is false for enforce …
This commit is contained in:
Timothy Jaeryang Baek
2025-03-31 23:43:08 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@
delete: true,
edit: true,
temporary: true,
temporary_enforced: true
temporary_enforced: false
},
features: {
web_search: true,

View File

@@ -25,7 +25,7 @@
edit: true,
file_upload: true,
temporary: true,
temporary_enforced: true
temporary_enforced: false
},
features: {
web_search: true,