When adding new accounts, I noticed that the ex-active ones' posts were still there. That was because there's a refresh request started prior to the account change and finishes after, so we need to cancel on-going requests per-timeline as we want one point of truth.
RequestsV2 would re-create cancellable on exec, which made it pointless.
When adding new accounts, I noticed that the ex-active ones' posts were still there. That was because there's a refresh request started prior to the account change and finishes after, so we need to cancel on-going requests per-timeline as we want one point of truth.
RequestsV2 would re-create cancellable on exec, which made it pointless.