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
|
|
@ -53,6 +53,7 @@ class NotificationMapper(
|
|||
roomDisplayName = item.roomInfo.displayName,
|
||||
isDirect = item.roomInfo.isDirect,
|
||||
isDm = isDm,
|
||||
isSpace = item.roomInfo.isSpace,
|
||||
isEncrypted = item.roomInfo.isEncrypted.orFalse(),
|
||||
isNoisy = item.isNoisy.orFalse(),
|
||||
timestamp = timestamp,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue