adding class version of join org module

This commit is contained in:
Luke Miller
2021-11-22 16:49:03 -05:00
parent 0ca04294b7
commit db43df6ce2
4 changed files with 42 additions and 10 deletions
+15
View File
@@ -12,6 +12,21 @@ function join_org.initiate(initiator, org, result)
end
)
-- for i, member in ipairs(org.members) do
-- org:add_pending_action(
-- member,
-- function ()
-- modpol.interactions.binary_poll_user(
-- member,
-- "Let " .. initiator .. " join " .. org.name .. "?",
-- function (resp)
-- end
-- )
-- end
-- )
-- end
if result then result() end
end