feat: url preview toggler

This commit is contained in:
Tristan Yang
2024-10-12 11:30:37 +08:00
parent 2d8ccdec92
commit 3646106ce4
10 changed files with 128 additions and 33 deletions
+1
View File
@@ -186,4 +186,5 @@ export const getInviteLinkTimesList = () => [
}
];
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;