Small fix on CLI interactions on pending actions.

This commit is contained in:
Nathan Schneider 2022-05-25 12:19:34 -06:00
parent 2028f1ee85
commit 26df04445d

View File

@ -247,6 +247,7 @@ function modpol.interactions.org_dashboard(user, org_string)
if org.pending[user][process.id] then
org:interact(process.id, user)
end
modpol.interactions.org_dashboard(user, org.id)
end
elseif sel == 'b' or sel == 'B' then
modpol.interactions.dashboard(user)