Invite list view
Adds a CTA on the room list to view invites if there are any. The invite list presents each invite with accept/decline buttons and (for room invites) the sender details. Fixes #102
This commit is contained in:
parent
01f66490c4
commit
34cc352053
75 changed files with 1376 additions and 79 deletions
|
|
@ -25,6 +25,12 @@
|
|||
"screen_onboarding_.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": ":features:invitelist:impl",
|
||||
"includeRegex": [
|
||||
"screen_invites_.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": ":features:createroom:impl",
|
||||
"includeRegex": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue