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