# 21-May-2026 — Member syncs keep your full membership list intact [#254](https://github.com/nbarrett/ngx-ramblers/issues/254)

## [build 653](https://github.com/nbarrett/ngx-ramblers/actions/runs/26241280041) — [commit 0c3ec5f](https://github.com/nbarrett/ngx-ramblers/commit/0c3ec5f4ece8536d26a2f55ea3bf36659ca58d83)

_____

When NGX pulls your membership from Ramblers, it can do a full sync (everyone) or an incremental sync (only the members who changed). After an incremental sync, NGX wrongly treated everyone who had not changed as "missing from the last bulk load".

That matters, because the "missing from last bulk load" signal is used by:

- the Member Admin filter of the same name, and
- the "Missing from last bulk load" recipient pre-filter for expiry and reminder emails.

So both were suddenly full of members who were perfectly fine.

Incremental syncs now keep the complete membership list: they start from the previous list, then add, remove and update only the members in the change set. Only genuinely-removed members show as missing, so the filter and the email targeting are accurate again. Full syncs are unchanged.
