diff --git a/src/components/views/rooms/UserIdentityWarning.tsx b/src/components/views/rooms/UserIdentityWarning.tsx index 56ab13c21b..564ab71987 100644 --- a/src/components/views/rooms/UserIdentityWarning.tsx +++ b/src/components/views/rooms/UserIdentityWarning.tsx @@ -140,7 +140,7 @@ export const UserIdentityWarning: React.FC = ({ room } // For each user in the list check if their identity needs approval, and if // so, add them to the membersNeedingApproval map and update the prompt if - // needed. They will only be added if they are a member of the room. + // needed. const addMembersWhoNeedApproval = useCallback( async (members: RoomMember[]): Promise => { const verificationStatusSequences = verificationStatusSequencesRef.current;