Remove notificationMode to userDefinedNotificationMode to match SDK name.
This commit is contained in:
parent
9b3a0c1f08
commit
82a3750cd8
11 changed files with 15 additions and 15 deletions
|
|
@ -65,7 +65,7 @@ fun aRoomSummaryDetails(
|
|||
avatarUrl = avatarUrl,
|
||||
lastMessage = lastMessage,
|
||||
unreadNotificationCount = unreadNotificationCount,
|
||||
notificationMode = notificationMode
|
||||
userDefinedNotificationMode = notificationMode
|
||||
)
|
||||
|
||||
fun aRoomMessage(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue