Skip to content

Commit

Permalink
squash: Fix comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Mar 19, 2024
1 parent e479424 commit 87c2bc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,11 +333,11 @@ void notifyChatRoomMemberLeft(ChatRoomMember chatMember)
// give some time for the transcriptions for this participant to be ready
leaveThreadPool.schedule(() ->
{
this.transcriber.participantLeft(identifier);
synchronized (this)
{
numberOfScheduledParticipantsLeaving--;
}
this.transcriber.participantLeft(identifier);
},
PRESENCE_UPDATE_WAIT_UNTIL_LEAVE_DURATION,
TimeUnit.MILLISECONDS
Expand Down

0 comments on commit 87c2bc9

Please sign in to comment.