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
|
|
@ -34,8 +34,8 @@ interface RoomListEntryPoint : FeatureEntryPoint {
|
|||
fun onRoomClicked(roomId: RoomId)
|
||||
fun onCreateRoomClicked()
|
||||
fun onSettingsClicked()
|
||||
|
||||
fun onSessionVerificationClicked()
|
||||
fun onInvitesClicked()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue