lunarflu HF Staff commited on
Commit
b4ca5a7
·
verified ·
1 Parent(s): 48e5a20

thread_ts=None

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def monitor_new_posts():
65
  response = slack_client.chat_postMessage(
66
  channel=SLACK_CHANNEL_ID_TEST,
67
  text=submission.selftext,
68
- thread_ts=thread_ts,
69
  unfurl_links=False,
70
  unfurl_media=False
71
  )
 
65
  response = slack_client.chat_postMessage(
66
  channel=SLACK_CHANNEL_ID_TEST,
67
  text=submission.selftext,
68
+ thread_ts=None,
69
  unfurl_links=False,
70
  unfurl_media=False
71
  )