Skip to content

Commit a288ac8

Browse files
committed
Run all the tests
1 parent f73f168 commit a288ac8

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -947,6 +947,12 @@
947947
"max_offset_ms": 123,
948948
"duration_ms": 123
949949
},
950+
"saved": {
951+
"is_archived": false,
952+
"date_completed": 123,
953+
"date_due": 123,
954+
"state": ""
955+
},
950956
"bot_id": "",
951957
"initial_comment": {
952958
"id": "",
@@ -1153,6 +1159,12 @@
11531159
"max_offset_ms": 123,
11541160
"duration_ms": 123
11551161
},
1162+
"saved": {
1163+
"is_archived": false,
1164+
"date_completed": 123,
1165+
"date_due": 123,
1166+
"state": ""
1167+
},
11561168
"bot_id": "",
11571169
"initial_comment": {
11581170
"id": "",

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,12 @@
917917
"max_offset_ms": 123,
918918
"duration_ms": 123
919919
},
920+
"saved": {
921+
"is_archived": false,
922+
"date_completed": 123,
923+
"date_due": 123,
924+
"state": ""
925+
},
920926
"bot_id": "",
921927
"initial_comment": {
922928
"id": "",
@@ -1123,6 +1129,12 @@
11231129
"max_offset_ms": 123,
11241130
"duration_ms": 123
11251131
},
1132+
"saved": {
1133+
"is_archived": false,
1134+
"date_completed": 123,
1135+
"date_due": 123,
1136+
"state": ""
1137+
},
11261138
"bot_id": "",
11271139
"initial_comment": {
11281140
"id": "",

json-logs/samples/events/MessageFileSharePayload.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,12 @@
829829
"max_offset_ms": 123,
830830
"duration_ms": 123
831831
},
832+
"saved": {
833+
"is_archived": false,
834+
"date_completed": 123,
835+
"date_due": 123,
836+
"state": ""
837+
},
832838
"bot_id": "",
833839
"initial_comment": {
834840
"id": "",

0 commit comments

Comments
 (0)