chore: experimenting conversations permissions

This commit is contained in:
Sojan
2024-05-24 16:15:20 -07:00
parent 4897bfd2ef
commit 3f3c06134c
2 changed files with 22 additions and 8 deletions
@@ -4,6 +4,7 @@ import { frontendURL } from '../../../helper/URLHelper';
const ConversationView = () => import('./ConversationView');
const GENERIC_CONVERSATION_PERMISSIONS = [
ACCOUNT_PERMISSIONS.ACCOUNT_MANAGE,
ACCOUNT_PERMISSIONS.CONVERSATION_MANAGE,
ACCOUNT_PERMISSIONS.CONVERSATION_PARTICIPATING_MANAGE,
ACCOUNT_PERMISSIONS.CONVERSATION_UNASSIGNED_MANAGE,