Started work on recordings panel.

This commit is contained in:
Ylian Saint-Hilaire
2020-05-03 23:49:56 -07:00
parent 50326fe6f6
commit c09b06a65c
5 changed files with 343 additions and 268 deletions

View File

@@ -57,6 +57,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
const SITERIGHT_NONEWGROUPS = 64; // 0x00000040
const SITERIGHT_NOMESHCMD = 128; // 0x00000080
const SITERIGHT_USERGROUPS = 256; // 0x00000100
const SITERIGHT_RECORDINGS = 512; // 0x00000200
var obj = {};
obj.user = user;