From 220e254d4d6760ac356a323ed7ed855848767cae Mon Sep 17 00:00:00 2001 From: Trygve Aaberge Date: Sat, 14 Jan 2023 15:58:53 +0100 Subject: Fix some slack types --- mock_data/slack_conversations_info_channel_public.json | 2 +- mock_data/slack_conversations_info_im.json | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) (limited to 'mock_data') diff --git a/mock_data/slack_conversations_info_channel_public.json b/mock_data/slack_conversations_info_channel_public.json index 7fda206..667c9cd 100644 --- a/mock_data/slack_conversations_info_channel_public.json +++ b/mock_data/slack_conversations_info_channel_public.json @@ -27,7 +27,7 @@ ], "pending_connected_team_ids": [], "is_member": true, - "last_read": "1672950607.521259", + "last_read": "1673707855.715349", "topic": { "value": "å\nø\næ", "creator": "U7JNGMGEB", diff --git a/mock_data/slack_conversations_info_im.json b/mock_data/slack_conversations_info_im.json index c5d70c1..78c29b8 100644 --- a/mock_data/slack_conversations_info_im.json +++ b/mock_data/slack_conversations_info_im.json @@ -9,31 +9,33 @@ "context_team_id": "T0FC8BFQR", "updated": 1558176716111, "user": "U9NJX9J83", - "last_read": "1665038145.797419", + "last_read": "1673700773.303629", "latest": { - "client_msg_id": "0f1253bc-9159-47ec-b184-e106eae4bd3c", + "client_msg_id": "483ee8db-35a3-4c1e-abf6-be8a85cde9b3", "type": "message", - "text": "7", - "user": "U9NJX9J83", - "ts": "1665038145.797419", + "text": "b", + "user": "U7JNGMGEB", + "ts": "1673700773.303629", "blocks": [ { "type": "rich_text", - "block_id": "w6H", + "block_id": "jaBbr", "elements": [ { "type": "rich_text_section", "elements": [ { "type": "text", - "text": "7" + "text": "b" } ] } ] } ], - "team": "T0FC8BFQR" + "team": "T0FC8BFQR", + "thread_ts": "1673700766.268199", + "parent_user_id": "U7JNGMGEB" }, "unread_count": 0, "unread_count_display": 0, -- cgit