Skip to content

Commit

Permalink
chore: disable guest link with password (#3383)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara authored and github-actions[bot] committed Aug 27, 2024
1 parent 1a8c31f commit d333dba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"mls_support_enabled": false,
"analytics_enabled": false,
"analytics_app_key": "4483f7a58ae3e70b3780319c4ccb5c88a037be49",
"analytics_server_url": "https://countly.wire.com/"
"analytics_server_url": "https://countly.wire.com/",
"is_password_protected_guest_link_enabled": false
},
"dev": {
"application_id": "com.waz.zclient.dev",
Expand Down Expand Up @@ -88,7 +89,8 @@
"mls_support_enabled": false,
"analytics_enabled": false,
"analytics_app_key": "",
"analytics_server_url": ""
"analytics_server_url": "",
"is_password_protected_guest_link_enabled": false
}
},
"application_name": "Wire",
Expand Down

0 comments on commit d333dba

Please sign in to comment.