mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
Fix typo in mute menu entry.
This commit is contained in:
parent
997806ec52
commit
b4d1ef398f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue