change(notification): handle invite notification for spaces
This commit is contained in:
parent
24e3705671
commit
236db9e35d
6 changed files with 63 additions and 6 deletions
|
|
@ -30,6 +30,7 @@ data class NotificationData(
|
|||
val roomDisplayName: String?,
|
||||
val isDirect: Boolean,
|
||||
val isDm: Boolean,
|
||||
val isSpace: Boolean,
|
||||
val isEncrypted: Boolean,
|
||||
val isNoisy: Boolean,
|
||||
val timestamp: Long,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue