Repro:

Tweet “foo” → tweet id 1
Retweet id 1 → tweet id 2
Delete id 1

Previous behavior:

delete event for id 1
delete event for id 2

Current behavior:

delete event for id 1

Is this a bug or an indented behavior change? Now I have to search on every stored tweet object without any help from binary search.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.