Skip to content

Commit 1164271

Browse files
authored
Merge pull request #70 from github/permit_thread_id
Permit thread_id
2 parents bded318 + 8baa25b commit 1164271

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

lib/chatops/controller/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ChatopsController
2-
VERSION = "5.3.0"
2+
VERSION = "5.4.0"
33
end

0 commit comments

Comments
 (0)