fix(CommunityColumnView): Mute button in the chat list is not working
Fixes #7370
This commit is contained in:
parent
215f9e0fa6
commit
bd8a384d26
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue