Skip to content

Commit

Permalink
squash: Fixes comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Sep 13, 2024
1 parent 24453fc commit 7a46da4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ open class JigasiDetector(

fun hasTranscriber(chatRoom: ChatRoom?): Boolean {
chatRoom?.let {
chatRoom.members.firstOrNull { member -> member.isTranscriber } != null
chatRoom.members.any { member -> member.isTranscriber }
}

return false
Expand Down

0 comments on commit 7a46da4

Please sign in to comment.