Secure backup
This commit is contained in:
parent
bf905dd79b
commit
9807ebf649
115 changed files with 4698 additions and 393 deletions
|
|
@ -14,7 +14,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"name": ":features:logout:api",
|
||||
"name": ":features:logout:impl",
|
||||
"includeRegex": [
|
||||
"screen_signout_.*"
|
||||
]
|
||||
|
|
@ -96,7 +96,8 @@
|
|||
"name": ":features:roomlist:impl",
|
||||
"includeRegex": [
|
||||
"screen_roomlist_.*",
|
||||
"session_verification_banner_.*"
|
||||
"session_verification_banner_.*",
|
||||
"confirm_recovery_key_banner_.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -141,6 +142,14 @@
|
|||
"screen_create_poll_.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": ":features:securebackup:impl",
|
||||
"includeRegex": [
|
||||
"screen_chat_backup_.*",
|
||||
"screen_key_backup_disable_.*",
|
||||
"screen_recovery_key_.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": ":features:preferences:impl",
|
||||
"includeRegex": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue