Add a "Mute" shortcut and a "Notifications" section in the room details screen #1318

This commit is contained in:
Nicolas Mauri
2023-07-14 11:43:19 +02:00
committed by GitHub
parent f0ee7e1499
commit e986fad1e5
22 changed files with 1118 additions and 43 deletions

View File

@@ -103,6 +103,7 @@ struct A11yIdentifiers {
let dmAvatar = "room_details-dm_avatar"
let people = "room_details-people"
let invite = "room_details-invite"
let notifications = "room_details-notifications"
}
struct RoomMemberDetailsScreen {