7182 person avatar is not the same color in emails and calendar (#7185)
Fixes #7182 and displayName in calendar
This commit is contained in:
@ -93,6 +93,8 @@ export class TimelineCalendarEventService {
|
||||
participant.person?.name?.lastName ||
|
||||
participant.workspaceMember?.name.firstName ||
|
||||
participant.workspaceMember?.name.lastName ||
|
||||
participant.displayName ||
|
||||
participant.handle ||
|
||||
'',
|
||||
avatarUrl:
|
||||
participant.person?.avatarUrl ||
|
||||
|
||||
Reference in New Issue
Block a user