Remove outdated comment

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
pull/28211/head
Hubert Chathi 2024-11-20 11:14:06 -05:00 committed by GitHub
parent ccbfcea320
commit f9f8fa7ff9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ export const UserIdentityWarning: React.FC<UserIdentityWarningProps> = ({ room }
// For each user in the list check if their identity needs approval, and if // 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 // 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( const addMembersWhoNeedApproval = useCallback(
async (members: RoomMember[]): Promise<void> => { async (members: RoomMember[]): Promise<void> => {
const verificationStatusSequences = verificationStatusSequencesRef.current; const verificationStatusSequences = verificationStatusSequencesRef.current;