move who is available via push to push class and backends

This commit is contained in:
Ralf Becker
2020-04-20 13:07:58 +02:00
parent 1ac0ff826e
commit 9817d25a47
6 changed files with 76 additions and 7 deletions

View File

@ -415,7 +415,8 @@
{
egw.json('websocket', {}, undefined, this).openWebSocket(
egw_script.getAttribute('data-websocket-url'),
JSON.parse(egw_script.getAttribute('data-websocket-tokens'))
JSON.parse(egw_script.getAttribute('data-websocket-tokens')),
parseInt(egw_script.getAttribute('data-websocket-account_id'))
);
}
}