Merge branch 'develop' into feature/fga/mark_room_as_favorite
This commit is contained in:
commit
00f8e32df6
282 changed files with 718 additions and 300 deletions
|
|
@ -117,6 +117,7 @@ fun aRoomSummaryDetails(
|
|||
numUnreadMessages: Int = 0,
|
||||
numUnreadNotifications: Int = 0,
|
||||
isMarkedUnread: Boolean = false,
|
||||
isFavorite: Boolean = false,
|
||||
) = RoomSummaryDetails(
|
||||
roomId = roomId,
|
||||
name = name,
|
||||
|
|
@ -132,4 +133,5 @@ fun aRoomSummaryDetails(
|
|||
numUnreadMessages = numUnreadMessages,
|
||||
numUnreadNotifications = numUnreadNotifications,
|
||||
isMarkedUnread = isMarkedUnread,
|
||||
isFavorite = isFavorite,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue