fastmail / Ix

automatic generation of JMAP-style APIs
GNU General Public License v2.0
10 stars 5 forks source link

Filter out rows created and deleted after requested state in Get*Updates #32

Closed wolfsage closed 8 years ago

wolfsage commented 8 years ago

If we're at state 1, and a cookie is created at state 2 and then destroyed at state 3, requesting updates from state 1 should return an empty list since there are no active rows to return changes for.

rjbs commented 8 years ago

:+1: LGTM