Prompt user when inviting users with uncached identities (#5331)
If the user attempts to invite someone (to a room or creating a DM) whose identity is not cached, we prompt them to make sure this was their intention.
This commit is contained in:
@@ -239,6 +239,10 @@ extension AccessibilityTests {
|
||||
try await performAccessibilityAudit(named: "ImageRoomTimelineView_Previews")
|
||||
}
|
||||
|
||||
func testInviteUsersConfirmationSheetView() async throws {
|
||||
try await performAccessibilityAudit(named: "InviteUsersConfirmationSheetView_Previews")
|
||||
}
|
||||
|
||||
func testInviteUsersScreenSelectedItem() async throws {
|
||||
try await performAccessibilityAudit(named: "InviteUsersScreenSelectedItem_Previews")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user