mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-20 02:28:56 +00:00
fix: forgotten log
This commit is contained in:
parent
f69da599ae
commit
d797880e6e
@ -74,7 +74,6 @@ StackLayout {
|
|||||||
Connections {
|
Connections {
|
||||||
target: profileModel
|
target: profileModel
|
||||||
onContactListChanged: {
|
onContactListChanged: {
|
||||||
console.log("Contact list changed");
|
|
||||||
isBlocked = profileModel.isContactBlocked(chatsModel.activeChannel.id);
|
isBlocked = profileModel.isContactBlocked(chatsModel.activeChannel.id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user