fix(CommunityColumnView): Mute button in the chat list is not working

Fixes #7370
This commit is contained in:
Lukáš Tinkl 2022-09-15 01:00:18 +02:00 committed by Lukáš Tinkl
parent 215f9e0fa6
commit bd8a384d26
1 changed files with 1 additions and 2 deletions

View File

@ -191,8 +191,7 @@ Item {
showCategoryActionButtons: communityData.amISectionAdmin
showPopupMenu: communityData.amISectionAdmin && communityData.canManageUsers
// onChatItemSelected: root.store.chatsModelInst.channelView.setActiveChannel(id)
// onChatItemUnmuted: root.store.chatsModelInst.channelView.unmuteChatItem(id)
onChatItemUnmuted: root.communitySectionModule.unmuteChat(id)
onChatItemReordered: function(categoryId, chatId, from, to){
root.store.reorderCommunityChat(categoryId, chatId, to)
}