From f9f8fa7ff98bfd35d3663b6f0b22aa9daea03045 Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Wed, 20 Nov 2024 11:14:06 -0500 Subject: [PATCH] Remove outdated comment Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- src/components/views/rooms/UserIdentityWarning.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;