Edit the room Notification setting (#1394)

This commit is contained in:
Nicolas Mauri
2023-07-26 11:27:14 +02:00
committed by GitHub
parent 5f50847ce1
commit 473f4d8148
28 changed files with 836 additions and 22 deletions

View File

@@ -26,6 +26,7 @@ struct A11yIdentifiers {
static let reportContent = ReportContent()
static let roomScreen = RoomScreen()
static let roomDetailsScreen = RoomDetailsScreen()
static let roomNotificationSettingsScreen = RoomNotificationSettingsScreen()
static let serverConfirmationScreen = ServerConfirmationScreen()
static let sessionVerificationScreen = SessionVerificationScreen()
static let softLogoutScreen = SoftLogoutScreen()
@@ -111,6 +112,10 @@ struct A11yIdentifiers {
let unignore = "room_member_details-unignore"
}
struct RoomNotificationSettingsScreen {
let allowCustomSetting = "room_notification_settings-allow_custom"
}
struct ServerConfirmationScreen {
let `continue` = "server_confirmation-continue"
let changeServer = "server_confirmation-change_server"