Skip to content
Snippets Groups Projects
Commit cc61e2c5 authored by Albert  Babí Oller's avatar Albert Babí Oller
Browse files

misc: update view on contact banned

- use of specific MessagesAdapter::blockConversation function
- signal contactBanned subscription
- fix missing string

Gitlab: #82

Change-Id: I5e35d0939f8a5f23208f91f19bbb9cc2047b33b4
parent efba12c9
No related branches found
No related tags found
No related merge requests found
......@@ -577,6 +577,10 @@ Window {
function onNeedToUpdateSmartList() {
mainViewWindowSidePanel.forceUpdateConversationSmartListView()
}
function onContactBanned() {
showWelcomeView()
}
}
onNeedToGoBackToWelcomeView: {
......
......@@ -129,10 +129,7 @@ ListView {
context: Qt.ApplicationShortcut
enabled: root.visible
onActivated: {
UtilsAdapter.removeConversation(UtilsAdapter.getCurrAccId(),
UtilsAdapter.getCurrConvId(),
true)
root.needToBackToWelcomePage()
MessagesAdapter.blockConversation(UtilsAdapter.getCurrConvId())
}
}
......
......@@ -151,7 +151,7 @@ ItemDelegate {
backgroundColor: "transparent"
ToolTip.visible: hovered
ToolTip.text: reinstateContact
ToolTip.text: JamiStrings.reinstateContact
onClicked: {
btnReAddContactClicked()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment