Skip to content

Fix non-functional Mute and Stop Muting button in AccountInfo.qml

This MR addresses the non-functional Mute and Stop Muting buttons

The buttons were non-functional due to a typo while triggering the void AbstractAccount::unmuteAccount(Identity *identity) method from AccountInfo.qml.

Merge request reports