You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "Add a new predicate to skip messages that are equal to the previous one"
With the upcoming name change of `OnlyIfPrevious` to `WithPrevious`, it
doesn't look like `filter(WithPrevious(lambda prev, new:
prev != new))` is so ugly and verbose to justify having `ChangedOnly` as
a special case. Specially since the name is a bit confusing, and not
clear enough about what it does. The verbose alternative make it more
clear that it's comparing to the previous message.
This reverts commit 2b9541c.
Signed-off-by: Leandro Lucarella <[email protected]>
0 commit comments