Skip to content
Snippets Groups Projects
Commit 22cc6a6f authored by Rob Oakes's avatar Rob Oakes
Browse files

Added a message_id parameter to the postback

parent 64f8599c
No related branches found
No related tags found
No related merge requests found
......@@ -132,6 +132,7 @@ ExecuteTriggerUrl = (url, trigger, message, room, tries=0) ->
return
data =
message_id: message._id
token: trigger.token
channel_id: room._id
channel_name: room.name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment