Update the privacy handling for the rows to be more dynamic and support more than just private or public rolls
This commit is contained in:
parent
f66510c811
commit
6dbc0a817f
9 changed files with 103 additions and 57 deletions
|
|
@ -1,6 +1,4 @@
|
|||
/* eslint-disable no-unused-vars */
|
||||
import { Table } from "./model.mjs";
|
||||
|
||||
const tablesFlag = `tables`;
|
||||
|
||||
export class UserFlagDatabase {
|
||||
|
|
@ -22,8 +20,6 @@ export class UserFlagDatabase {
|
|||
datasets[user.id] = null;
|
||||
continue;
|
||||
};
|
||||
|
||||
const table = new Table(tables[tableId]);
|
||||
}
|
||||
return datasets;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue