We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 279b8d9 commit 8f718f5Copy full SHA for 8f718f5
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, :method, :room_id, :user)
+ self.params = params.permit(:action, :chatop, :controller, :id, :mention_slug, :message_id, :method, :room_id, :user)
61
end
62
63
def jsonrpc_params
0 commit comments