Merge pull request #696 from vector-im/feature/cjs/leaving-dms
Show a prompt to reinvite other party in a DM
This commit is contained in:
commit
f4e17cf12d
18 changed files with 327 additions and 6 deletions
|
|
@ -44,6 +44,7 @@ interface MatrixRoom : Closeable {
|
|||
val isEncrypted: Boolean
|
||||
val isDirect: Boolean
|
||||
val isPublic: Boolean
|
||||
val activeMemberCount: Long
|
||||
val joinedMemberCount: Long
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue