mod_admin_shell: Mark event as handled when requested input is submitted

This commit is contained in:
Matthew Wild 2025-01-07 19:23:23 +00:00
parent a1fda1fd1a
commit f40e997879

View file

@ -211,6 +211,7 @@ module:hook("admin/repl-requested-input", function (event)
return true;
end
input_promise.resolve(event.stanza:get_text());
return true;
end);
function console:new_session(admin_session)