1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-09 18:25:58 +01:00

Rename lower hand to unraise.

This commit is contained in:
ericgaspar 2022-03-26 09:13:49 +01:00 committed by Juliusz Chroboczek
parent eb21c1ab20
commit e673cf1225

View file

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