fix(StatusChatListAndCategories): ensure chatItemUnmuted event is propagated

Closes #219
This commit is contained in:
Pascal Precht 2021-07-02 12:30:41 +02:00 committed by Pascal Precht
parent 23ddbc2e0d
commit a9ae426cf5
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ Item {
chatList.chatListItems.model: statusChatListAndCategories.chatList.model
chatList.selectedChatId: statusChatListAndCategories.selectedChatId
chatList.onChatItemSelected: statusChatListAndCategories.chatItemSelected(id)
chatList.onChatItemUnmuted: statusChatListAndCategories.chatItemUnmuted(id)
popupMenu: statusChatListAndCategories.categoryPopupMenu
chatListPopupMenu: statusChatListAndCategories.chatListPopupMenu