mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-02 17:04:40 -05:00
77b692e65d
The stream cache keeps track of all entities that have changed since a particular stream position, so get_entities_changed does not need to return unknown entites when given a larger stream position. This makes it consistent with the behaviour of has_entity_changed.