Skip to content

Commit 0528784

Browse files
committed
Update sample JSON files
1 parent 2c8ddba commit 0528784

File tree

7 files changed

+9
-0
lines changed

7 files changed

+9
-0
lines changed

json-logs/samples/app-backend/interactive-components/BlockActionPayload.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
},
152152
"action_id": "",
153153
"initial_conversation": "",
154+
"default_to_current_conversation": false,
154155
"confirm": {
155156
"title": {
156157
"type": "plain_text",
@@ -191,6 +192,7 @@
191192
"emoji": false
192193
},
193194
"action_id": "",
195+
"default_to_current_conversation": false,
194196
"confirm": {
195197
"title": {
196198
"type": "plain_text",

json-logs/samples/app-backend/interactive-components/MessageShortcutPayload.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
},
128128
"action_id": "",
129129
"initial_conversation": "",
130+
"default_to_current_conversation": false,
130131
"confirm": {
131132
"title": {
132133
"type": "plain_text",
@@ -167,6 +168,7 @@
167168
"emoji": false
168169
},
169170
"action_id": "",
171+
"default_to_current_conversation": false,
170172
"confirm": {
171173
"title": {
172174
"type": "plain_text",

json-logs/samples/rtm/MessageEvent.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
},
102102
"action_id": "",
103103
"initial_conversation": "",
104+
"default_to_current_conversation": false,
104105
"confirm": {
105106
"title": {
106107
"type": "plain_text",

json-logs/samples/rtm/PinAddedEvent.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
},
110110
"action_id": "",
111111
"initial_conversation": "",
112+
"default_to_current_conversation": false,
112113
"confirm": {
113114
"title": {
114115
"type": "plain_text",

json-logs/samples/rtm/PinRemovedEvent.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
},
110110
"action_id": "",
111111
"initial_conversation": "",
112+
"default_to_current_conversation": false,
112113
"confirm": {
113114
"title": {
114115
"type": "plain_text",

json-logs/samples/rtm/StarAddedEvent.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
},
110110
"action_id": "",
111111
"initial_conversation": "",
112+
"default_to_current_conversation": false,
112113
"confirm": {
113114
"title": {
114115
"type": "plain_text",

json-logs/samples/rtm/StarRemovedEvent.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
},
109109
"action_id": "",
110110
"initial_conversation": "",
111+
"default_to_current_conversation": false,
111112
"confirm": {
112113
"title": {
113114
"type": "plain_text",

0 commit comments

Comments
 (0)