Add explicit includeRegex to avoid string duplication. Importing "screen_room_.*" was not filtering enough, and excludeRegex was not complete enough.

This commit is contained in:
Benoit Marty
2024-03-12 16:17:09 +01:00
parent bbf495c42b
commit f9efa9f357

View File

@@ -128,17 +128,20 @@
{
"name" : ":features:messages:impl",
"includeRegex" : [
"room_timeline_.*",
"screen_room_.*",
"screen\\.room\\..*",
"screen_dm_details_.*",
"emoji_picker_category_.*",
".*report_content_.*"
],
"excludeRegex" : [
"screen_room_details_.*",
"screen_room_member.*",
"screen_dm_.*"
"report_content_.*",
"room_timeline_.*",
"screen_report_content_.*",
"screen_room_attachment.*",
"screen_room_encrypted.*",
"screen_room_invite.*",
"screen\\.room\\.mention.*",
"screen_room_message.*",
"screen_room_no_permission.*",
"screen_room_reactions.*",
"screen_room_retry.*",
"screen_room_timeline.*",
"screen_room_typing.*"
]
},
{