From 341c86a00699e722ad63369553e3da404877e3d2 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Tue, 17 May 2022 11:55:17 -0400 Subject: [PATCH] make approval required the default community type --- .../AppLayouts/Chat/popups/community/CreateCommunityPopup.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Chat/popups/community/CreateCommunityPopup.qml b/ui/app/AppLayouts/Chat/popups/community/CreateCommunityPopup.qml index fcf29a93a2..2a212868c1 100644 --- a/ui/app/AppLayouts/Chat/popups/community/CreateCommunityPopup.qml +++ b/ui/app/AppLayouts/Chat/popups/community/CreateCommunityPopup.qml @@ -325,7 +325,7 @@ StatusModal { components: [ StatusCheckBox { id: requestToJoinCheckbox - checked: false + checked: true } ] }