change(security and privacy) : extract code to a separate module

This commit is contained in:
ganfra
2025-11-18 21:19:08 +01:00
parent e3315406c5
commit df89b5b9ac
64 changed files with 1296 additions and 55 deletions

View File

@@ -377,6 +377,13 @@
"screen_room_member_list.*",
"screen\\.room_member_list\\..*"
]
},
{
"name" : ":features:securityandprivacy:impl",
"includeRegex" : [
"screen\\.edit_room_address\\..*",
"screen\\.security_and_privacy\\..*"
]
}
]
}