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