From ea74b57c74b00d4f66607f8c86c831d96415be23 Mon Sep 17 00:00:00 2001 From: sophie Date: Fri, 19 Jul 2024 05:19:14 +0300 Subject: [PATCH] Fix --- src/Participiant.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Participiant.ts b/src/Participiant.ts index 4e3c052..0a6646b 100644 --- a/src/Participiant.ts +++ b/src/Participiant.ts @@ -35,6 +35,7 @@ export class Participiant { id: this.cid, name: this.profile.name, color: this.profile.color, + role: this.profile.role }, });