Show a prompt to reinvite other party in a DM

If you are looking at a DM where the other party has left then
when you focus the composer for the first time we'll show a
dialog asking if you want to reinvite the other party.

Closes #590
This commit is contained in:
Chris Smith 2023-06-27 11:36:14 +01:00
parent 2ce614ae97
commit 53861fedb6
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
/**