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 da57eaadf2
commit c6ba2f5d10
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\\..*"
]
}
]
}