# HG changeset patch
# User Matthew Wild <mwild1@gmail.com>
# Date 1736277803 0
# Node ID 85e8cc6870ae04b97fa48cc680c9e5e52197e8d3
# Parent  6fafe51df1880d705fa8750133742e68465a25aa
mod_admin_shell: Mark event as handled when requested input is submitted

diff -r 6fafe51df188 -r 85e8cc6870ae plugins/mod_admin_shell.lua
--- a/plugins/mod_admin_shell.lua	Tue Jan 07 18:47:24 2025 +0000
+++ b/plugins/mod_admin_shell.lua	Tue Jan 07 19:23:23 2025 +0000
@@ -211,6 +211,7 @@
 		return true;
 	end
 	input_promise.resolve(event.stanza:get_text());
+	return true;
 end);
 
 function console:new_session(admin_session)