Skip to content

Make thread do thread

VC requested to merge thread_to_thread into master

In the original implementation, only the last tweet was kept as a « state » for the next execution. This was not enough to reproduce thread properly. Threads were then properly copied but interpreted as single tweets rather than series of related tweets.

This MR intends to fix that.

Merge request reports