change(notification): handle invite notification for spaces

This commit is contained in:
ganfra 2025-12-04 12:25:30 +01:00
parent 24e3705671
commit 236db9e35d
6 changed files with 63 additions and 6 deletions

View file

@ -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,