Fix analytics: spaceId have the same syntax as roomId. Use MatrixRoom.isSpace instead of MatrixPatterns.isSpaceId (#2612)
Also remoce useless orFalse() calls.
This commit is contained in:
parent
ac9b74ee7c
commit
46008c2887
6 changed files with 11 additions and 9 deletions
|
|
@ -55,6 +55,7 @@ interface MatrixRoom : Closeable {
|
|||
val topic: String?
|
||||
val avatarUrl: String?
|
||||
val isEncrypted: Boolean
|
||||
val isSpace: Boolean
|
||||
val isDirect: Boolean
|
||||
val isPublic: Boolean
|
||||
val activeMemberCount: Long
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue