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:
Chris Smith 2023-06-29 10:42:35 +01:00 committed by GitHub
commit f4e17cf12d
18 changed files with 327 additions and 6 deletions

View file

@ -44,6 +44,7 @@ interface MatrixRoom : Closeable {
val isEncrypted: Boolean
val isDirect: Boolean
val isPublic: Boolean
val activeMemberCount: Long
val joinedMemberCount: Long
/**