Small fix on CLI interactions on pending actions.
This commit is contained in:
@@ -247,6 +247,7 @@ function modpol.interactions.org_dashboard(user, org_string)
|
|||||||
if org.pending[user][process.id] then
|
if org.pending[user][process.id] then
|
||||||
org:interact(process.id, user)
|
org:interact(process.id, user)
|
||||||
end
|
end
|
||||||
|
modpol.interactions.org_dashboard(user, org.id)
|
||||||
end
|
end
|
||||||
elseif sel == 'b' or sel == 'B' then
|
elseif sel == 'b' or sel == 'B' then
|
||||||
modpol.interactions.dashboard(user)
|
modpol.interactions.dashboard(user)
|
||||||
|
Reference in New Issue
Block a user