Commit b4d1ef39 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix typo in mute menu entry.

parent 997806ec
......@@ -2000,7 +2000,7 @@ function userMenu(elt) {
serverConnection.userAction('present', id);
}});
items.push({label: 'Mute', onClick: () => {
serverConnection.userAction('mute', id);
serverConnection.userMessage('mute', id);
}});
items.push({label: 'Kick out', onClick: () => {
serverConnection.userAction('kick', id);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment