feat: more setting of ext

This commit is contained in:
Tristan Yang
2025-02-10 17:15:16 +08:00
parent 82761ee73e
commit 0972c87842
13 changed files with 87 additions and 14 deletions
+1
View File
@@ -208,6 +208,7 @@ export const getEmailNotifyDelayList = () => [
value: 12 * 60 * 60,
},
];
export const KEY_ADMIN_ONLY_INVITE = `admin_only_can_invite`;
export const KEY_ADMIN_SEE_CHANNEL_MEMBERS = `only_admin_can_see_channel_members`;
export const KEY_MSG_URL_PREVIEW = `enable_msg_url_preview`;
export default BASE_URL;