Skip to content

Commit 393ccd7

Browse files
authored
Fix #1207 by correcting the typing introduced by #1181 (#1208)
* Fix #1207 by correcting the typing introduced by #1181 * Run ./scripts/run_no_prep_tests.sh
1 parent a1720ec commit 393ccd7

24 files changed

+24270
-42765
lines changed

json-logs/samples/api/chat.postMessage.json

Lines changed: 0 additions & 401 deletions
Large diffs are not rendered by default.

json-logs/samples/api/chat.scheduleMessage.json

Lines changed: 0 additions & 3719 deletions
Large diffs are not rendered by default.

json-logs/samples/api/chat.update.json

Lines changed: 1138 additions & 8495 deletions
Large diffs are not rendered by default.

json-logs/samples/api/conversations.history.json

Lines changed: 316 additions & 501 deletions
Large diffs are not rendered by default.

json-logs/samples/api/conversations.replies.json

Lines changed: 0 additions & 401 deletions
Large diffs are not rendered by default.

json-logs/samples/api/files.list.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"lines_more": 12345,
3333
"preview_is_truncated": false,
3434
"channels": [
35-
"G00000000",
35+
"C00000000",
3636
""
3737
],
3838
"groups": [
@@ -52,10 +52,14 @@
5252
"original_w": 12345,
5353
"original_h": 12345,
5454
"thumb_tiny": "",
55-
"alt_txt": "",
5655
"thumb_480": "https://www.example.com/",
5756
"thumb_480_w": 12345,
5857
"thumb_480_h": 12345,
58+
"thumb_360_gif": "https://www.example.com/",
59+
"thumb_480_gif": "https://www.example.com/",
60+
"deanimate": "https://www.example.com/",
61+
"deanimate_gif": "https://www.example.com/",
62+
"alt_txt": "",
5963
"thumb_720": "https://www.example.com/",
6064
"thumb_720_w": 12345,
6165
"thumb_720_h": 12345,
@@ -68,10 +72,6 @@
6872
"thumb_1024": "https://www.example.com/",
6973
"thumb_1024_w": 12345,
7074
"thumb_1024_h": 12345,
71-
"thumb_360_gif": "https://www.example.com/",
72-
"thumb_480_gif": "https://www.example.com/",
73-
"deanimate": "https://www.example.com/",
74-
"deanimate_gif": "https://www.example.com/",
7575
"subject": "",
7676
"source_team": "",
7777
"non_owner_editable": false,

0 commit comments

Comments
 (0)