mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-26 09:55:56 -05:00
547b1355d3
The get_entities_changed function was changed to return all changed entities since the given stream position, rather than only those changed from a given list of entities. This resulted in the function incorrectly returning large numbers of entities that, for example, caused large increases in database usage.