Rename lower hand to unraise.
This commit is contained in:
committed by
Juliusz Chroboczek
parent
eb21c1ab20
commit
e673cf1225
+1
-1
@@ -2056,7 +2056,7 @@ function userMenu(elt) {
|
||||
if(id === serverConnection.id) {
|
||||
let mydata = serverConnection.users[serverConnection.id].data;
|
||||
if(mydata['raisehand'])
|
||||
items.push({label: 'Lower hand', onClick: () => {
|
||||
items.push({label: 'Unraise hand', onClick: () => {
|
||||
serverConnection.userAction(
|
||||
'setdata', serverConnection.id, {'raisehand': null},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user