Hi everyone! We're trialing Airbyte Cloud with our...
# give-feedback
k
Hi everyone! We're trialing Airbyte Cloud with our team and I had a quick question about the Slack connector. Why does the connector need to check if every single message is a thread if the messages returned from
conversations.history
already include a
thread_ts
?
👀 1
m
Hey @Kevin Hu, can you share the logs or code section you’re referencing? It will help the connector team answer this question. Thanks!
n
I’m not 100% certain, but the way we fetch threads is by iterating and making at least one request per each top level message to start fetching a thread starting with that message.