We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82bf43a + 4e37bf8 commit 26e93a7Copy full SHA for 26e93a7
1 file changed
lib/chatops/controller.rb
@@ -57,7 +57,7 @@ def setup_params!
57
58
@jsonrpc_params = params.delete(:params) if params.has_key? :params
59
60
- self.params = params.permit(:action, :chatop, :controller, :id, :mention_slug, :message_id, :method, :room_id, :user)
+ self.params = params.permit(:action, :chatop, :controller, :id, :mention_slug, :message_id, :method, :room_id, :user, :raw_command)
61
end
62
63
def jsonrpc_params
0 commit comments