Merge pull request #3725 from element-hq/feature/fga/knock_request_to_join

Feature: knock request to join
This commit is contained in:
ganfra 2024-10-23 18:50:32 +02:00 committed by GitHub
commit 52053fcf38
62 changed files with 758 additions and 339 deletions

View file

@ -156,7 +156,8 @@
"banner\\.migrate_to_native_sliding_sync\\..*",
"full_screen_intent_banner_.*",
"screen_migration_.*",
"screen_invites_.*"
"screen_invites_.*",
"screen\\.join_room\\.knock_sent_title"
]
},
{
@ -281,7 +282,8 @@
{
"name" : ":features:joinroom:impl",
"includeRegex" : [
"screen_join_room_.*"
"screen_join_room_.*",
"screen\\.join_room\\..*"
]
}
]