Add processRoles in context

This commit is contained in:
NicolasCantu 2025-01-15 12:59:44 +01:00
parent 4326f2d00f
commit 221e1948db

View File

@ -36,7 +36,7 @@ class ChatElement extends HTMLElement {
}
private processId: string | null = null;
private selectedMemberId: string | null = null;
private processRoles: any | null = null;
private notifications: LocalNotification[] = [];
private notificationBadge = document.querySelector('.notification-badge');
private notificationBoard = document.getElementById('notification-board');