From 44fc931f28440e2cb018797b729170f88fbfeb01 Mon Sep 17 00:00:00 2001 From: Hein-Pieter van Braam-Stewart Date: Mon, 25 Jan 2021 00:33:03 +0100 Subject: [PATCH] Copy the message's timestamp into attachments --- bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.py b/bot.py index 966b85a..1725735 100755 --- a/bot.py +++ b/bot.py @@ -209,6 +209,7 @@ class Bot: "author_link": issue['html_url'], "author_name": f"{repository.title()} [{issue_type}]: {issue['title']} #{issue['number']}", "text": status, + "ts": msg['ts'], }) if not len(links):