chore(ChatContextMenuView): clean up unused leaveGroup signal
This commit is contained in:
parent
0916d1db2c
commit
db49c5995f
|
@ -235,9 +235,6 @@ Item {
|
|||
onRequestMoreMessages: {
|
||||
messageStore.requestMoreMessages();
|
||||
}
|
||||
onLeaveGroup: {
|
||||
chatContentModule.leaveChat();
|
||||
}
|
||||
onUpdateGroupChatDetails: {
|
||||
root.rootStore.chatCommunitySectionModule.updateGroupChatDetails(
|
||||
chatId,
|
||||
|
|
|
@ -205,9 +205,6 @@ Item {
|
|||
onDisplayProfilePopup: {
|
||||
Global.openProfilePopup(publicKey)
|
||||
}
|
||||
onLeaveGroup: {
|
||||
chatSectionModule.leaveChat("", chatId, true);
|
||||
}
|
||||
onUpdateGroupChatDetails: {
|
||||
chatSectionModule.updateGroupChatDetails(
|
||||
chatId,
|
||||
|
|
|
@ -37,7 +37,6 @@ StatusMenu {
|
|||
signal downloadMessages(string file)
|
||||
signal deleteCommunityChat(string chatId)
|
||||
signal leaveChat(string chatId)
|
||||
signal leaveGroup(string chatId)
|
||||
signal updateGroupChatDetails(string chatId, string groupName, string groupColor, string groupImage)
|
||||
|
||||
signal createCommunityChannel(string chatId, string newName, string newDescription, string newEmoji, string newColor)
|
||||
|
|
Loading…
Reference in New Issue