1
Fork 0

Fix typo in mute menu entry.

This commit is contained in:
Juliusz Chroboczek 2022-02-16 23:10:43 +01:00
parent 997806ec52
commit b4d1ef398f
1 changed files with 1 additions and 1 deletions

View File

@ -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);