فهرست منبع

[slack] Remove private=True from SLACK_CLIENT_ID.

Harshg999 4 سال پیش
والد
کامیت
7cef1247a7
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      desktop/core/src/desktop/conf.py

+ 0 - 1
desktop/core/src/desktop/conf.py

@@ -741,7 +741,6 @@ SLACK = ConfigSection(
     SLACK_CLIENT_ID=Config(
         key='slack_client_id',
         type=str,
-        private=True,
         dynamic_default=get_slack_client_id,
       ),
     SLACK_CLIENT_SECRET=Config(