mirror of https://github.com/vector-im/riot-web
Remove outdated comment
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>pull/28211/head
parent
ccbfcea320
commit
f9f8fa7ff9
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue