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:
Skye Elliot
2026-04-14 12:51:58 +01:00
committed by GitHub
parent 2daf23fd02
commit 477bf859c5
45 changed files with 541 additions and 40 deletions

View File

@@ -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")
}