We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5e3e5 commit 540591cCopy full SHA for 540591c
backend/onyx/connectors/slack/connector.py
@@ -379,6 +379,9 @@ def _message_to_doc(
379
filtered_thread: ThreadType | None = None
380
thread_ts = message.get("thread_ts")
381
if thread_ts:
382
+ # NOTE: if thread_ts is present, there's a thread we need to process
383
+ # ... otherwise, we can skip it
384
+
385
# skip threads we've already seen, since we've already processed all
386
# messages in that thread
387
if thread_ts in seen_thread_ts:
0 commit comments