Skip to content

Commit 9e0ea4d

Browse files
committed
Permit thread_id
1 parent bded318 commit 9e0ea4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/chatops/controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def setup_params!
5757

5858
@jsonrpc_params = params.delete(:params) if params.has_key? :params
5959

60-
self.params = params.permit(:action, :chatop, :controller, :id, :mention_slug, :message_id, :method, :room_id, :user, :raw_command)
60+
self.params = params.permit(:action, :chatop, :controller, :id, :mention_slug, :message_id, :method, :room_id, :user, :raw_command, :thread_id)
6161
end
6262

6363
def jsonrpc_params

0 commit comments

Comments
 (0)