core/features.lua
author Matthew Wild <mwild1@gmail.com>
Thu, 06 Oct 2022 18:34:40 +0100
changeset 12748 e894677359e5
parent 12659 a5a0783e9241
child 12959 d32926897ca4
permissions -rw-r--r--
util.iterators: join: Work even with only a single iterator in the chain

local set = require "util.set";

return {
	available = set.new{
		-- mod_bookmarks bundled
		"mod_bookmarks";
		-- Roles, module.may and per-session authz
		"permissions";
	};
};