feat: allow host to pass color for collaborators (#2943)
* feat: allow host to pass color for collaborators * remove user prop as its not used anywhere * update changelog and readme * add pr link
This commit is contained in:
@ -42,7 +42,7 @@ export const actionGoToCollaborator = register({
|
||||
return null;
|
||||
}
|
||||
|
||||
const { background, stroke } = getClientColors(clientId);
|
||||
const { background, stroke } = getClientColors(clientId, appState);
|
||||
const shortName = getClientInitials(collaborator.username);
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user