A bunch of cleaning up of unused files

This commit is contained in:
Nathan Schneider
2021-12-18 14:57:11 -07:00
parent c2852b1bce
commit a03528d8fe
9 changed files with 2 additions and 611 deletions

View File

@ -47,7 +47,7 @@ function modpol.interactions.dashboard(user)
-- to add: nested orgs map
local all_orgs = modpol.orgs.list_all()
local user_orgs = modpol.orgs.user_orgs(user)
local all_users = modpol.list_users()
local all_users = modpol.instance:list_members()
-- set up formspec
local formspec = {
"formspec_version[4]",